#736D12

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

Shades of Olivetone #736D12

Tints of Olivetone #736D12

Color information

#736D12 (or 0x736D12) is unknown color: approx Olivetone. HEX triplet: 73, 6D and 12. RGB value is (115,109,18). Sum of RGB (Red+Green+Blue) = 115+109+18=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #736D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736D12 is #8C92ED. Grayscale: #646464. Windows color (decimal): -9212654 or 1207667. OLE color: 1207667.

HSL color Cylindrical-coordinate representation of color #736D12: hue angle of 56.29º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #736D12 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB11510918-
CMYK00.050.840.55
HSL56.29º72.93%26.08%-
HSV(B)56.29º84.35%45.1%-
XYZ12.6514.632.73-
YUV100.4281.49138.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=47.52%
G=45.04%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151091800.050.840.5556.2972.9326.08
Hex736D1205543738491a
Octal1631552205124677011132
Binary111001111011011001001011010100110111111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,109,18); }

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

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

 a { background-color: rgb(115,109,18); }

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

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

 span { border-color: rgb(115,109,18); }

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