#787010

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

Shades of Olivetone #787010

Tints of Olivetone #787010

Color information

#787010 (or 0x787010) is unknown color: approx Olivetone. HEX triplet: 78, 70 and 10. RGB value is (120,112,16). Sum of RGB (Red+Green+Blue) = 120+112+16=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #787010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787010 is #878FEF. Grayscale: #676767. Windows color (decimal): -8884208 or 1077368. OLE color: 1077368.

HSL color Cylindrical-coordinate representation of color #787010: hue angle of 55.38º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #787010 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB12011216-
CMYK00.070.870.53
HSL55.38º76.47%26.67%-
HSV(B)55.38º86.67%47.06%-
XYZ13.6315.622.79-
YUV103.4578.65139.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 16 (6.64% from 255) = 6.45%
R=48.39%
G=45.16%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201121600.070.870.5355.3876.4726.67
Hex787010075735374c1b
Octal1701602007127656711433
Binary111100011100001000001111010111110101110111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787010; }

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

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

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

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

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

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

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

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