#787413

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

Shades of Olivetone #787413

Tints of Olivetone #787413

Color information

#787413 (or 0x787413) is unknown color: approx Olivetone. HEX triplet: 78, 74 and 13. RGB value is (120,116,19). Sum of RGB (Red+Green+Blue) = 120+116+19=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #787413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787413 is #878BEC. Grayscale: #6A6A6A. Windows color (decimal): -8883181 or 1275000. OLE color: 1275000.

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

Color convert

RGB12011619-
CMYK00.030.840.53
HSL57.62º72.66%27.25%-
HSV(B)57.62º84.17%47.06%-
XYZ14.1116.533.06-
YUV106.1478.83137.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 19 (7.81% from 255) = 7.45%
R=47.06%
G=45.49%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201161900.030.840.5357.6272.6627.25
Hex7874130354353a491b
Octal1701642303124657211133
Binary11110001110100100110111010100110101111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787413; }

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

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

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

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

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

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

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

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