#787019

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

Shades of Olivetone #787019

Tints of Olivetone #787019

Color information

#787019 (or 0x787019) is unknown color: approx Olivetone. HEX triplet: 78, 70 and 19. RGB value is (120,112,25). Sum of RGB (Red+Green+Blue) = 120+112+25=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #787019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787019 is #878FE6. Grayscale: #686868. Windows color (decimal): -8884199 or 1667192. OLE color: 1667192.

HSL color Cylindrical-coordinate representation of color #787019: hue angle of 54.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #787019 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB12011225-
CMYK00.070.790.53
HSL54.95º65.52%28.43%-
HSV(B)54.95º79.17%47.06%-
XYZ13.7215.653.22-
YUV104.4783.15139.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 25 (10.16% from 255) = 9.73%
R=46.69%
G=43.58%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201122500.070.790.5354.9565.5228.43
Hex787019074F3537421c
Octal1701603107117656710234
Binary111100011100001100101111001111110101110111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787019; }

 p { color: rgb(120,112,25); }

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

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

 a { background-color: rgb(120,112,25); }

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

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

 span { border-color: rgb(120,112,25); }

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