#736A15

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

Shades of Olivetone #736A15

Tints of Olivetone #736A15

Color information

#736A15 (or 0x736A15) is unknown color: approx Olivetone. HEX triplet: 73, 6A and 15. RGB value is (115,106,21). Sum of RGB (Red+Green+Blue) = 115+106+21=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #736A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A15 is #8C95EA. Grayscale: #636363. Windows color (decimal): -9213419 or 1403507. OLE color: 1403507.

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

Color convert

RGB11510621-
CMYK00.080.820.55
HSL54.26º69.12%26.67%-
HSV(B)54.26º81.74%45.1%-
XYZ12.3614.012.76-
YUV9983.98139.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=47.52%
G=43.80%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151062100.080.820.5554.2669.1226.67
Hex736A1508523736451b
Octal16315225010122676610533
Binary1110011110101010101010001010010110111110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,106,21); }

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

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

 a { background-color: rgb(115,106,21); }

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

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

 span { border-color: rgb(115,106,21); }

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