#787418

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

Shades of Olivetone #787418

Tints of Olivetone #787418

Color information

#787418 (or 0x787418) is unknown color: approx Olivetone. HEX triplet: 78, 74 and 18. RGB value is (120,116,24). Sum of RGB (Red+Green+Blue) = 120+116+24=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #787418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787418 is #878BE7. Grayscale: #6B6B6B. Windows color (decimal): -8883176 or 1602680. OLE color: 1602680.

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

Color convert

RGB12011624-
CMYK00.030.80.53
HSL57.5º66.67%28.24%-
HSV(B)57.5º80%47.06%-
XYZ14.1616.553.31-
YUV106.7181.33137.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 116 (45.70% from 255) = 44.62%
BLUE value IS 24 (9.77% from 255) = 9.23%
R=46.15%
G=44.62%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201162400.030.80.5357.566.6728.24
Hex7874180350353a431c
Octal1701643003120657210334
Binary11110001110100110000111010000110101111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787418; }

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

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

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

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

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

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

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

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