#736706

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

Shades of Olive #736706

Tints of Olive #736706

Color information

#736706 (or 0x736706) is unknown color: approx Olive. HEX triplet: 73, 67 and 06. RGB value is (115,103,6). Sum of RGB (Red+Green+Blue) = 115+103+6=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #736706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736706 is #8C98F9. Grayscale: #5F5F5F. Windows color (decimal): -9214202 or 419699. OLE color: 419699.

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

Color convert

RGB1151036-
CMYK00.100.950.55
HSL53.39º90.08%23.73%-
HSV(B)53.39º94.78%45.1%-
XYZ11.9513.362.12-
YUV95.5377.48141.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=51.34%
G=45.98%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115103600.100.950.5553.3990.0823.73
Hex736760A5F37355a18
Octal1631476012137676513230
Binary11100111100111110010101011111110111110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736706; }

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

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

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

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

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

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

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

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