Html Css Color HEX #77994B Asparagus

📋 copy color: '#77994B'

red 119 ◦ green 153 ◦ blue 75

#77994B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #77994B

Tints of Asparagus #77994B

RGB

 RED value IS 119 (46.88% from 255) = 34.29%

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 34.29%
G = 44.09%
B = 21.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#77994B (or 0x77994B) is known color: Asparagus. HEX triplet: 77, 99 and 4B. RGB value is (119,153,75). Sum of RGB (Red+Green+Blue) = 119+153+75=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #77994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77994B is #8866B4. Grayscale: #868686. Windows color (decimal): -8939189 or 4954487. OLE color: 4954487.

HSL color Cylindrical-coordinate representation of color #77994B: hue angle of 86.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77994B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 75 -
CMYK 0.22 0 0.51 0.4
HSL 86.15º 0.34% 0.45% -
HSV(B) 86.15º 0.51% 0.6% -
XYZ 20.27 27.21 10.84 -
YUV 133.94 94.74 117.34 -
System Red Green Blue C M Y K H S L
Decimal 119 153 75 0.22 0 0.51 0.4 86.15 0.34 0.45
Hex 77 99 4B 16 0 33 28 56 22 2D
Octal 167 231 113 26 0 63 50 126 42 55
Binary 1110111 10011001 1001011 10110 0 110011 101000 1010110 100010 101101

Color Harmonies of #77994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77994B

Black with #77994B

Text Example


Text Example

White with #77994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77994B; }

 p { color: rgb(119,153,75); }

 H1.HeaderClassName
 {
   color: #77994B;
 }
 .AnyTagClassName
 {
   color: #77994B;
 }
</style>

background-color css

<style>
 a { background-color: #77994B; }

 a { background-color: rgb(119,153,75); }

 div.DivClassName
 {
   background-color: #77994B;
 }
 .BgClassName
 {
   background-color: #77994B;
 }
</style>

border-color css

<style>
 span { border-color: #77994B; }

 span { border-color: rgb(119,153,75); }

 td.TdClassName
 {
   border-color: #77994B;
 }
 .TagClassName
 {
   border-color: #77994B;
 }
</style>