Html Css Color HEX #77960A Olive Drab

📋 copy color: '#77960A'

red 119 ◦ green 150 ◦ blue 10

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

Shades of Olive Drab #77960A

Tints of Olive Drab #77960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 42.65%
G = 53.76%
B = 3.58%

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

#77960A (or 0x77960A) is known color: Olive Drab. HEX triplet: 77, 96 and 0A. RGB value is (119,150,10). Sum of RGB (Red+Green+Blue) = 119+150+10=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #77960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77960A is #8869F5. Grayscale: #7D7D7D. Windows color (decimal): -8940022 or 693879. OLE color: 693879.

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

Color convert

RGB 119 150 10 -
CMYK 0.21 0 0.93 0.41
HSL 73.29º 0.88% 0.31% -
HSV(B) 73.29º 0.93% 0.59% -
XYZ 18.57 25.76 4.28 -
YUV 124.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 119 150 10 0.21 0 0.93 0.41 73.29 0.88 0.31
Hex 77 96 A 15 0 5D 29 49 58 1F
Octal 167 226 12 25 0 135 51 111 130 37
Binary 1110111 10010110 1010 10101 0 1011101 101001 1001001 1011000 11111

Color Harmonies of #77960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77960A

Black with #77960A

Text Example


Text Example

White with #77960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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