#736A06

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

Shades of Olive #736A06

Tints of Olive #736A06

Color information

#736A06 (or 0x736A06) is unknown color: approx Olive. HEX triplet: 73, 6A and 06. RGB value is (115,106,6). Sum of RGB (Red+Green+Blue) = 115+106+6=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #736A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A06 is #8C95F9. Grayscale: #616161. Windows color (decimal): -9213434 or 420467. OLE color: 420467.

HSL color Cylindrical-coordinate representation of color #736A06: hue angle of 55.05º 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 #736A06 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB1151066-
CMYK00.080.950.55
HSL55.05º90.08%23.73%-
HSV(B)55.05º94.78%45.1%-
XYZ12.2613.972.22-
YUV97.2976.48140.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 106 (41.80% from 255) = 46.70%
BLUE value IS 6 (2.73% from 255) = 2.64%
R=50.66%
G=46.70%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115106600.080.950.5555.0590.0823.73
Hex736A6085F37375a18
Octal1631526010137676713230
Binary11100111101010110010001011111110111110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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