#78981F

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

Shades of Olive Drab #78981F

Tints of Olive Drab #78981F

Color information

#78981F (or 0x78981F) is unknown color: approx Olive Drab. HEX triplet: 78, 98 and 1F. RGB value is (120,152,31). Sum of RGB (Red+Green+Blue) = 120+152+31=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #78981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78981F is #8767E0. Grayscale: #818181. Windows color (decimal): -8873953 or 2070648. OLE color: 2070648.

HSL color Cylindrical-coordinate representation of color #78981F: hue angle of 75.87º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78981F is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB12015231-
CMYK0.2100.800.40
HSL75.87º66.12%35.88%-
HSV(B)75.87º79.61%59.61%-
XYZ19.2226.555.41-
YUV128.6472.9121.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=39.60%
G=50.17%
B=10.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120152310.2100.800.4075.8766.1235.88
Hex78981F15050284c4224
Octal170230372501205011410244
Binary11110001001100011111101010101000010100010011001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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