Html Css Color HEX #77911F Olive Drab

📋 copy color: '#77911F'

red 119 ◦ green 145 ◦ blue 31

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

Shades of Olive Drab #77911F

Tints of Olive Drab #77911F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 40.34%
G = 49.15%
B = 10.51%

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

#77911F (or 0x77911F) is known color: Olive Drab. HEX triplet: 77, 91 and 1F. RGB value is (119,145,31). Sum of RGB (Red+Green+Blue) = 119+145+31=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #77911F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77911F is #886EE0. Grayscale: #7C7C7C. Windows color (decimal): -8941281 or 2068855. OLE color: 2068855.

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

Color convert

RGB 119 145 31 -
CMYK 0.18 0 0.79 0.43
HSL 73.68º 0.65% 0.35% -
HSV(B) 73.68º 0.79% 0.57% -
XYZ 17.98 24.27 5.03 -
YUV 124.23 75.39 124.27 -
System Red Green Blue C M Y K H S L
Decimal 119 145 31 0.18 0 0.79 0.43 73.68 0.65 0.35
Hex 77 91 1F 12 0 4F 2B 4A 41 23
Octal 167 221 37 22 0 117 53 112 101 43
Binary 1110111 10010001 11111 10010 0 1001111 101011 1001010 1000001 100011

Color Harmonies of #77911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77911F

Black with #77911F

Text Example


Text Example

White with #77911F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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