#736506

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

Shades of Olive #736506

Tints of Olive #736506

Color information

#736506 (or 0x736506) is unknown color: approx Olive. HEX triplet: 73, 65 and 06. RGB value is (115,101,6). Sum of RGB (Red+Green+Blue) = 115+101+6=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #736506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736506 is #8C9AF9. Grayscale: #5E5E5E. Windows color (decimal): -9214714 or 419187. OLE color: 419187.

HSL color Cylindrical-coordinate representation of color #736506: hue angle of 52.29º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #736506 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB1151016-
CMYK00.120.950.55
HSL52.29º90.08%23.73%-
HSV(B)52.29º94.78%45.1%-
XYZ11.7612.972.06-
YUV94.3678.14142.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=51.80%
G=45.50%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115101600.120.950.5552.2990.0823.73
Hex736560C5F37345a18
Octal1631456014137676413230
Binary11100111100101110011001011111110111110100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736506; }

 p { color: rgb(115,101,6); }

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

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

 a { background-color: rgb(115,101,6); }

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

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

 span { border-color: rgb(115,101,6); }

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