Html Css Color HEX #77921F Olive Drab

📋 copy color: '#77921F'

red 119 ◦ green 146 ◦ blue 31

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

Shades of Olive Drab #77921F

Tints of Olive Drab #77921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.32%

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

R = 40.2%
G = 49.32%
B = 10.47%

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

#77921F (or 0x77921F) is known color: Olive Drab. HEX triplet: 77, 92 and 1F. RGB value is (119,146,31). Sum of RGB (Red+Green+Blue) = 119+146+31=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #77921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77921F is #886DE0. Grayscale: #7D7D7D. Windows color (decimal): -8941025 or 2069111. OLE color: 2069111.

HSL color Cylindrical-coordinate representation of color #77921F: hue angle of 74.09º 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 #77921F is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 31 -
CMYK 0.18 0 0.79 0.43
HSL 74.09º 0.65% 0.35% -
HSV(B) 74.09º 0.79% 0.57% -
XYZ 18.13 24.58 5.08 -
YUV 124.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 119 146 31 0.18 0 0.79 0.43 74.09 0.65 0.35
Hex 77 92 1F 12 0 4F 2B 4A 41 23
Octal 167 222 37 22 0 117 53 112 101 43
Binary 1110111 10010010 11111 10010 0 1001111 101011 1001010 1000001 100011

Color Harmonies of #77921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77921F

Black with #77921F

Text Example


Text Example

White with #77921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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