Html Css Color HEX #77960B Olive Drab

📋 copy color: '#77960B'

red 119 ◦ green 150 ◦ blue 11

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

Shades of Olive Drab #77960B

Tints of Olive Drab #77960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 42.5%
G = 53.57%
B = 3.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#77960B (or 0x77960B) is known color: Olive Drab. HEX triplet: 77, 96 and 0B. RGB value is (119,150,11). Sum of RGB (Red+Green+Blue) = 119+150+11=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #77960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77960B is #8869F4. Grayscale: #7D7D7D. Windows color (decimal): -8940021 or 759415. OLE color: 759415.

HSL color Cylindrical-coordinate representation of color #77960B: hue angle of 73.38º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77960B is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 11 -
CMYK 0.21 0 0.93 0.41
HSL 73.38º 0.86% 0.32% -
HSV(B) 73.38º 0.93% 0.59% -
XYZ 18.57 25.76 4.31 -
YUV 124.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 119 150 11 0.21 0 0.93 0.41 73.38 0.86 0.32
Hex 77 96 B 15 0 5D 29 49 56 20
Octal 167 226 13 25 0 135 51 111 126 40
Binary 1110111 10010110 1011 10101 0 1011101 101001 1001001 1010110 100000

Color Harmonies of #77960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77960B

Black with #77960B

Text Example


Text Example

White with #77960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,150,11); }

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

background-color css

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

 a { background-color: rgb(119,150,11); }

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

border-color css

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

 span { border-color: rgb(119,150,11); }

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