#77970E

Color #77970E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #77970E

Tints of Olive Drab #77970E

Color information

#77970E (or 0x77970E) is unknown color: approx Olive Drab. HEX triplet: 77, 97 and 0E. RGB value is (119,151,14). Sum of RGB (Red+Green+Blue) = 119+151+14=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #77970E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77970E is #8868F1. Grayscale: #7E7E7E. Windows color (decimal): -8939762 or 956279. OLE color: 956279.

HSL color Cylindrical-coordinate representation of color #77970E: hue angle of 74.01º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77970E is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB11915114-
CMYK0.2100.910.41
HSL74.01º83.03%32.35%-
HSV(B)74.01º90.73%59.22%-
XYZ18.7526.094.46-
YUV125.8164.9123.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 14 (5.86% from 255) = 4.93%
R=41.90%
G=53.17%
B=4.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119151140.2100.910.4174.0183.0332.35
Hex7797E1505B294a5320
Octal167227162501335111212340
Binary1110111100101111110101010101101110100110010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77970E;
 }
 .AnyTagClassName
 {
   color: #77970E;
 }
</style>
background-color css

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

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

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

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

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

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