#787213

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

Shades of Olivetone #787213

Tints of Olivetone #787213

Color information

#787213 (or 0x787213) is unknown color: approx Olivetone. HEX triplet: 78, 72 and 13. RGB value is (120,114,19). Sum of RGB (Red+Green+Blue) = 120+114+19=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #787213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787213 is #878DEC. Grayscale: #696969. Windows color (decimal): -8883693 or 1274488. OLE color: 1274488.

HSL color Cylindrical-coordinate representation of color #787213: hue angle of 56.44º 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 #787213 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB12011419-
CMYK00.050.840.53
HSL56.44º72.66%27.25%-
HSV(B)56.44º84.17%47.06%-
XYZ13.8816.072.99-
YUV104.9679.49138.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=47.43%
G=45.06%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201141900.050.840.5356.4472.6627.25
Hex78721305543538491b
Octal1701622305124657011133
Binary111100011100101001101011010100110101111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787213; }

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

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

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

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

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

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

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

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