#78971F

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

Shades of Olive Drab #78971F

Tints of Olive Drab #78971F

Color information

#78971F (or 0x78971F) is unknown color: approx Olive Drab. HEX triplet: 78, 97 and 1F. RGB value is (120,151,31). Sum of RGB (Red+Green+Blue) = 120+151+31=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #78971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78971F is #8768E0. Grayscale: #808080. Windows color (decimal): -8874209 or 2070392. OLE color: 2070392.

HSL color Cylindrical-coordinate representation of color #78971F: hue angle of 75.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78971F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB12015131-
CMYK0.2100.790.41
HSL75.5º65.93%35.69%-
HSV(B)75.5º79.47%59.22%-
XYZ19.0626.235.35-
YUV128.0573.23122.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=39.74%
G=50%
B=10.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120151310.2100.790.4175.565.9335.69
Hex78971F1504F294c4224
Octal170227372501175111410244
Binary11110001001011111111101010100111110100110011001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,151,31); }

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

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

 a { background-color: rgb(120,151,31); }

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

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

 span { border-color: rgb(120,151,31); }

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