Html Css Color HEX #77920C Olive Drab

📋 copy color: '#77920C'

red 119 ◦ green 146 ◦ blue 12

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

Shades of Olive Drab #77920C

Tints of Olive Drab #77920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.71%

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 42.96%
G = 52.71%
B = 4.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#77920C (or 0x77920C) is known color: Olive Drab. HEX triplet: 77, 92 and 0C. RGB value is (119,146,12). Sum of RGB (Red+Green+Blue) = 119+146+12=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #77920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77920C is #886DF3. Grayscale: #7B7B7B. Windows color (decimal): -8941044 or 823927. OLE color: 823927.

HSL color Cylindrical-coordinate representation of color #77920C: hue angle of 72.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77920C is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 12 -
CMYK 0.18 0 0.92 0.43
HSL 72.09º 0.85% 0.31% -
HSV(B) 72.09º 0.92% 0.57% -
XYZ 17.95 24.51 4.13 -
YUV 122.65 65.55 125.4 -
System Red Green Blue C M Y K H S L
Decimal 119 146 12 0.18 0 0.92 0.43 72.09 0.85 0.31
Hex 77 92 C 12 0 5C 2B 48 55 1F
Octal 167 222 14 22 0 134 53 110 125 37
Binary 1110111 10010010 1100 10010 0 1011100 101011 1001000 1010101 11111

Color Harmonies of #77920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77920C

Black with #77920C

Text Example


Text Example

White with #77920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77920C; }

 p { color: rgb(119,146,12); }

 H1.HeaderClassName
 {
   color: #77920C;
 }
 .AnyTagClassName
 {
   color: #77920C;
 }
</style>

background-color css

<style>
 a { background-color: #77920C; }

 a { background-color: rgb(119,146,12); }

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

border-color css

<style>
 span { border-color: #77920C; }

 span { border-color: rgb(119,146,12); }

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