Html Css Color HEX #77931F Olive Drab

📋 copy color: '#77931F'

red 119 ◦ green 147 ◦ blue 31

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

Shades of Olive Drab #77931F

Tints of Olive Drab #77931F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 40.07%
G = 49.49%
B = 10.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#77931F (or 0x77931F) is known color: Olive Drab. HEX triplet: 77, 93 and 1F. RGB value is (119,147,31). Sum of RGB (Red+Green+Blue) = 119+147+31=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #77931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77931F is #886CE0. Grayscale: #7D7D7D. Windows color (decimal): -8940769 or 2069367. OLE color: 2069367.

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

Color convert

RGB 119 147 31 -
CMYK 0.19 0 0.79 0.42
HSL 74.48º 0.65% 0.35% -
HSV(B) 74.48º 0.79% 0.58% -
XYZ 18.29 24.89 5.14 -
YUV 125.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 119 147 31 0.19 0 0.79 0.42 74.48 0.65 0.35
Hex 77 93 1F 13 0 4F 2A 4A 41 23
Octal 167 223 37 23 0 117 52 112 101 43
Binary 1110111 10010011 11111 10011 0 1001111 101010 1001010 1000001 100011

Color Harmonies of #77931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77931F

Black with #77931F

Text Example


Text Example

White with #77931F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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