Html Css Color HEX #77900E Olive Drab

📋 copy color: '#77900E'

red 119 ◦ green 144 ◦ blue 14

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

Shades of Olive Drab #77900E

Tints of Olive Drab #77900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.99%

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 42.96%
G = 51.99%
B = 5.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#77900E (or 0x77900E) is known color: Olive Drab. HEX triplet: 77, 90 and 0E. RGB value is (119,144,14). Sum of RGB (Red+Green+Blue) = 119+144+14=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #77900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77900E is #886FF1. Grayscale: #7A7A7A. Windows color (decimal): -8941554 or 954487. OLE color: 954487.

HSL color Cylindrical-coordinate representation of color #77900E: hue angle of 71.54º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77900E is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 14 -
CMYK 0.17 0 0.90 0.44
HSL 71.54º 0.82% 0.31% -
HSV(B) 71.54º 0.9% 0.56% -
XYZ 17.66 23.9 4.1 -
YUV 121.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 119 144 14 0.17 0 0.90 0.44 71.54 0.82 0.31
Hex 77 90 E 11 0 5A 2C 48 52 1F
Octal 167 220 16 21 0 132 54 110 122 37
Binary 1110111 10010000 1110 10001 0 1011010 101100 1001000 1010010 11111

Color Harmonies of #77900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77900E

Black with #77900E

Text Example


Text Example

White with #77900E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,144,14); }

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

background-color css

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

 a { background-color: rgb(119,144,14); }

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

border-color css

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

 span { border-color: rgb(119,144,14); }

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