Html Css Color HEX #77911E Olive Drab

📋 copy color: '#77911E'

red 119 ◦ green 145 ◦ blue 30

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

Shades of Olive Drab #77911E

Tints of Olive Drab #77911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.32%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 40.48%
G = 49.32%
B = 10.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#77911E (or 0x77911E) is known color: Olive Drab. HEX triplet: 77, 91 and 1E. RGB value is (119,145,30). Sum of RGB (Red+Green+Blue) = 119+145+30=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #77911E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77911E is #886EE1. Grayscale: #7C7C7C. Windows color (decimal): -8941282 or 2003319. OLE color: 2003319.

HSL color Cylindrical-coordinate representation of color #77911E: hue angle of 73.57º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77911E is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 30 -
CMYK 0.18 0 0.79 0.43
HSL 73.57º 0.66% 0.34% -
HSV(B) 73.57º 0.79% 0.57% -
XYZ 17.97 24.27 4.97 -
YUV 124.12 74.89 124.35 -
System Red Green Blue C M Y K H S L
Decimal 119 145 30 0.18 0 0.79 0.43 73.57 0.66 0.34
Hex 77 91 1E 12 0 4F 2B 4A 42 22
Octal 167 221 36 22 0 117 53 112 102 42
Binary 1110111 10010001 11110 10010 0 1001111 101011 1001010 1000010 100010

Color Harmonies of #77911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77911E

Black with #77911E

Text Example


Text Example

White with #77911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77911E; }

 p { color: rgb(119,145,30); }

 H1.HeaderClassName
 {
   color: #77911E;
 }
 .AnyTagClassName
 {
   color: #77911E;
 }
</style>

background-color css

<style>
 a { background-color: #77911E; }

 a { background-color: rgb(119,145,30); }

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

border-color css

<style>
 span { border-color: #77911E; }

 span { border-color: rgb(119,145,30); }

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