#787017

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

Shades of Olivetone #787017

Tints of Olivetone #787017

Color information

#787017 (or 0x787017) is unknown color: approx Olivetone. HEX triplet: 78, 70 and 17. RGB value is (120,112,23). Sum of RGB (Red+Green+Blue) = 120+112+23=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #787017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787017 is #878FE8. Grayscale: #686868. Windows color (decimal): -8884201 or 1536120. OLE color: 1536120.

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

Color convert

RGB12011223-
CMYK00.070.810.53
HSL55.05º67.83%28.04%-
HSV(B)55.05º80.83%47.06%-
XYZ13.6915.643.11-
YUV104.2582.15139.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 23 (9.38% from 255) = 9.02%
R=47.06%
G=43.92%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201122300.070.810.5355.0567.8328.04
Hex78701707513537441c
Octal1701602707121656710434
Binary111100011100001011101111010001110101110111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787017; }

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

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

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

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

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

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

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

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