#787613

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

Shades of Olivetone #787613

Tints of Olivetone #787613

Color information

#787613 (or 0x787613) is unknown color: approx Olivetone. HEX triplet: 78, 76 and 13. RGB value is (120,118,19). Sum of RGB (Red+Green+Blue) = 120+118+19=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #787613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787613 is #8789EC. Grayscale: #6B6B6B. Windows color (decimal): -8882669 or 1275512. OLE color: 1275512.

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

Color convert

RGB12011819-
CMYK00.020.840.53
HSL58.81º72.66%27.25%-
HSV(B)58.81º84.17%47.06%-
XYZ14.34173.14-
YUV107.3178.16137.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 19 (7.81% from 255) = 7.39%
R=46.69%
G=45.91%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201181900.020.840.5358.8172.6627.25
Hex7876130254353b491b
Octal1701662302124657311133
Binary11110001110110100110101010100110101111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787613; }

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

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

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

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

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

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

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

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