#78930F

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

Shades of Olive Drab #78930F

Tints of Olive Drab #78930F

Color information

#78930F (or 0x78930F) is unknown color: approx Olive Drab. HEX triplet: 78, 93 and 0F. RGB value is (120,147,15). Sum of RGB (Red+Green+Blue) = 120+147+15=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #78930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78930F is #876CF0. Grayscale: #7C7C7C. Windows color (decimal): -8875249 or 1020792. OLE color: 1020792.

HSL color Cylindrical-coordinate representation of color #78930F: hue angle of 72.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78930F is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB12014715-
CMYK0.1800.900.42
HSL72.27º81.48%31.76%-
HSV(B)72.27º89.8%57.65%-
XYZ18.2724.894.29-
YUV123.8866.55125.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 147 (57.81% from 255) = 52.13%
BLUE value IS 15 (6.25% from 255) = 5.32%
R=42.55%
G=52.13%
B=5.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120147150.1800.900.4272.2781.4831.76
Hex7893F1205A2A485120
Octal170223172201325211012140
Binary1111000100100111111100100101101010101010010001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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