#787518

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

Shades of Olivetone #787518

Tints of Olivetone #787518

Color information

#787518 (or 0x787518) is unknown color: approx Olivetone. HEX triplet: 78, 75 and 18. RGB value is (120,117,24). Sum of RGB (Red+Green+Blue) = 120+117+24=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #787518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787518 is #878AE7. Grayscale: #6B6B6B. Windows color (decimal): -8882920 or 1602936. OLE color: 1602936.

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

Color convert

RGB12011724-
CMYK00.020.80.53
HSL58.12º66.67%28.24%-
HSV(B)58.12º80%47.06%-
XYZ14.2716.783.35-
YUV107.380.99137.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=45.98%
G=44.83%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201172400.020.80.5358.1266.6728.24
Hex7875180250353a431c
Octal1701653002120657210334
Binary11110001110101110000101010000110101111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787518; }

 p { color: rgb(120,117,24); }

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

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

 a { background-color: rgb(120,117,24); }

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

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

 span { border-color: rgb(120,117,24); }

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