#787415

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

Shades of Olivetone #787415

Tints of Olivetone #787415

Color information

#787415 (or 0x787415) is unknown color: approx Olivetone. HEX triplet: 78, 74 and 15. RGB value is (120,116,21). Sum of RGB (Red+Green+Blue) = 120+116+21=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #787415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787415 is #878BEA. Grayscale: #6A6A6A. Windows color (decimal): -8883179 or 1406072. OLE color: 1406072.

HSL color Cylindrical-coordinate representation of color #787415: hue angle of 57.58º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #787415 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB12011621-
CMYK00.030.830.53
HSL57.58º70.21%27.65%-
HSV(B)57.58º82.5%47.06%-
XYZ14.1316.543.16-
YUV106.3779.83137.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=46.69%
G=45.14%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201162100.030.830.5357.5870.2127.65
Hex7874150353353a461c
Octal1701642503123657210634
Binary11110001110100101010111010011110101111010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787415; }

 p { color: rgb(120,116,21); }

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

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

 a { background-color: rgb(120,116,21); }

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

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

 span { border-color: rgb(120,116,21); }

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