#78701F

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

Shades of Olivetone #78701F

Tints of Olivetone #78701F

Color information

#78701F (or 0x78701F) is unknown color: approx Olivetone. HEX triplet: 78, 70 and 1F. RGB value is (120,112,31). Sum of RGB (Red+Green+Blue) = 120+112+31=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78701F is #878FE0. Grayscale: #696969. Windows color (decimal): -8884193 or 2060408. OLE color: 2060408.

HSL color Cylindrical-coordinate representation of color #78701F: hue angle of 54.61º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78701F is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12011231-
CMYK00.070.740.53
HSL54.61º58.94%29.61%-
HSV(B)54.61º74.17%47.06%-
XYZ13.7915.683.6-
YUV105.1686.15138.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=45.63%
G=42.59%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201123100.070.740.5354.6158.9429.61
Hex78701F074A35373b1e
Octal170160370711265677336
Binary11110001110000111110111100101011010111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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