Html Css Color HEX #77921E Olive Drab

📋 copy color: '#77921E'

red 119 ◦ green 146 ◦ blue 30

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

Shades of Olive Drab #77921E

Tints of Olive Drab #77921E

RGB

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

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

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

R = 40.34%
G = 49.49%
B = 10.17%

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

#77921E (or 0x77921E) is known color: Olive Drab. HEX triplet: 77, 92 and 1E. RGB value is (119,146,30). Sum of RGB (Red+Green+Blue) = 119+146+30=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #77921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77921E is #886DE1. Grayscale: #7D7D7D. Windows color (decimal): -8941026 or 2003575. OLE color: 2003575.

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

Color convert

RGB 119 146 30 -
CMYK 0.18 0 0.79 0.43
HSL 73.97º 0.66% 0.35% -
HSV(B) 73.97º 0.79% 0.57% -
XYZ 18.12 24.57 5.02 -
YUV 124.7 74.55 123.93 -
System Red Green Blue C M Y K H S L
Decimal 119 146 30 0.18 0 0.79 0.43 73.97 0.66 0.35
Hex 77 92 1E 12 0 4F 2B 4A 42 23
Octal 167 222 36 22 0 117 53 112 102 43
Binary 1110111 10010010 11110 10010 0 1001111 101011 1001010 1000010 100011

Color Harmonies of #77921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77921E

Black with #77921E

Text Example


Text Example

White with #77921E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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