#78720D

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

Shades of Olive #78720D

Tints of Olive #78720D

Color information

#78720D (or 0x78720D) is unknown color: approx Olive. HEX triplet: 78, 72 and 0D. RGB value is (120,114,13). Sum of RGB (Red+Green+Blue) = 120+114+13=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78720D is #878DF2. Grayscale: #686868. Windows color (decimal): -8883699 or 881272. OLE color: 881272.

HSL color Cylindrical-coordinate representation of color #78720D: hue angle of 56.64º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78720D is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB12011413-
CMYK00.050.890.53
HSL56.64º80.45%26.08%-
HSV(B)56.64º89.17%47.06%-
XYZ13.8416.062.75-
YUV104.2876.49139.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=48.58%
G=46.15%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201141300.050.890.5356.6480.4526.08
Hex7872D05593539501a
Octal1701621505131657112032
Binary11110001110010110101011011001110101111001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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