#78930D

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

Shades of Olive Drab #78930D

Tints of Olive Drab #78930D

Color information

#78930D (or 0x78930D) is unknown color: approx Olive Drab. HEX triplet: 78, 93 and 0D. RGB value is (120,147,13). Sum of RGB (Red+Green+Blue) = 120+147+13=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #78930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78930D is #876CF2. Grayscale: #7C7C7C. Windows color (decimal): -8875251 or 889720. OLE color: 889720.

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

Color convert

RGB12014713-
CMYK0.1800.910.42
HSL72.09º83.75%31.37%-
HSV(B)72.09º91.16%57.65%-
XYZ18.2524.894.22-
YUV123.6565.55125.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 52.5%
BLUE value IS 13 (5.47% from 255) = 4.64%
R=42.86%
G=52.5%
B=4.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120147130.1800.910.4272.0983.7531.37
Hex7893D1205B2A48541f
Octal170223152201335211012437
Binary111100010010011110110010010110111010101001000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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