#78940D

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

Shades of Olive Drab #78940D

Tints of Olive Drab #78940D

Color information

#78940D (or 0x78940D) is unknown color: approx Olive Drab. HEX triplet: 78, 94 and 0D. RGB value is (120,148,13). Sum of RGB (Red+Green+Blue) = 120+148+13=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #78940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78940D is #876BF2. Grayscale: #7C7C7C. Windows color (decimal): -8874995 or 889976. OLE color: 889976.

HSL color Cylindrical-coordinate representation of color #78940D: hue angle of 72.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78940D is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB12014813-
CMYK0.1900.910.42
HSL72.44º83.85%31.57%-
HSV(B)72.44º91.22%58.04%-
XYZ18.4125.24.28-
YUV124.2465.22124.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=42.70%
G=52.67%
B=4.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120148130.1900.910.4272.4483.8531.57
Hex7894D1305B2A485420
Octal170224152301335211012440
Binary1111000100101001101100110101101110101010010001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78940D; }

 p { color: rgb(120,148,13); }

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

<style>
 a { background-color: #78940D; }

 a { background-color: rgb(120,148,13); }

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

<style>
 span { border-color: #78940D; }

 span { border-color: rgb(120,148,13); }

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