Html Css Color HEX #77950C Olive Drab

📋 copy color: '#77950C'

red 119 ◦ green 149 ◦ blue 12

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

Shades of Olive Drab #77950C

Tints of Olive Drab #77950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.21%

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

R = 42.5%
G = 53.21%
B = 4.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#77950C (or 0x77950C) is known color: Olive Drab. HEX triplet: 77, 95 and 0C. RGB value is (119,149,12). Sum of RGB (Red+Green+Blue) = 119+149+12=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #77950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77950C is #886AF3. Grayscale: #7C7C7C. Windows color (decimal): -8940276 or 824695. OLE color: 824695.

HSL color Cylindrical-coordinate representation of color #77950C: hue angle of 73.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77950C is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 12 -
CMYK 0.20 0 0.92 0.42
HSL 73.14º 0.85% 0.32% -
HSV(B) 73.14º 0.92% 0.58% -
XYZ 18.42 25.44 4.29 -
YUV 124.41 64.56 124.14 -
System Red Green Blue C M Y K H S L
Decimal 119 149 12 0.20 0 0.92 0.42 73.14 0.85 0.32
Hex 77 95 C 14 0 5C 2A 49 55 20
Octal 167 225 14 24 0 134 52 111 125 40
Binary 1110111 10010101 1100 10100 0 1011100 101010 1001001 1010101 100000

Color Harmonies of #77950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77950C

Black with #77950C

Text Example


Text Example

White with #77950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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