#736A14

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

Shades of Olivetone #736A14

Tints of Olivetone #736A14

Color information

#736A14 (or 0x736A14) is unknown color: approx Olivetone. HEX triplet: 73, 6A and 14. RGB value is (115,106,20). Sum of RGB (Red+Green+Blue) = 115+106+20=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #736A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A14 is #8C95EB. Grayscale: #636363. Windows color (decimal): -9213420 or 1337971. OLE color: 1337971.

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

Color convert

RGB11510620-
CMYK00.080.830.55
HSL54.32º70.37%26.47%-
HSV(B)54.32º82.61%45.1%-
XYZ12.35142.71-
YUV98.8983.48139.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=47.72%
G=43.98%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151062000.080.830.5554.3270.3726.47
Hex736A1408533736461a
Octal16315224010123676610632
Binary1110011110101010100010001010011110111110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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