#736F18

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

Shades of Olivetone #736F18

Tints of Olivetone #736F18

Color information

#736F18 (or 0x736F18) is unknown color: approx Olivetone. HEX triplet: 73, 6F and 18. RGB value is (115,111,24). Sum of RGB (Red+Green+Blue) = 115+111+24=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #736F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F18 is #8C90E7. Grayscale: #666666. Windows color (decimal): -9212136 or 1601395. OLE color: 1601395.

HSL color Cylindrical-coordinate representation of color #736F18: hue angle of 57.36º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #736F18 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB11511124-
CMYK00.030.790.55
HSL57.36º65.47%27.25%-
HSV(B)57.36º79.13%45.1%-
XYZ12.9215.083.09-
YUV102.2883.83137.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=46%
G=44.4%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151112400.030.790.5557.3665.4727.25
Hex736F18034F3739411b
Octal1631573003117677110133
Binary11100111101111110000111001111110111111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736F18; }

 p { color: rgb(115,111,24); }

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

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

 a { background-color: rgb(115,111,24); }

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

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

 span { border-color: rgb(115,111,24); }

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