#787113

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

Shades of Olivetone #787113

Tints of Olivetone #787113

Color information

#787113 (or 0x787113) is unknown color: approx Olivetone. HEX triplet: 78, 71 and 13. RGB value is (120,113,19). Sum of RGB (Red+Green+Blue) = 120+113+19=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #787113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787113 is #878EEC. Grayscale: #686868. Windows color (decimal): -8883949 or 1274232. OLE color: 1274232.

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

Color convert

RGB12011319-
CMYK00.060.840.53
HSL55.84º72.66%27.25%-
HSV(B)55.84º84.17%47.06%-
XYZ13.7715.852.95-
YUV104.3879.82139.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=47.62%
G=44.84%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201131900.060.840.5355.8472.6627.25
Hex78711306543538491b
Octal1701612306124657011133
Binary111100011100011001101101010100110101111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787113; }

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

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

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

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

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

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

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

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