#736E07

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

Shades of Olive #736E07

Tints of Olive #736E07

Color information

#736E07 (or 0x736E07) is unknown color: approx Olive. HEX triplet: 73, 6E and 07. RGB value is (115,110,7). Sum of RGB (Red+Green+Blue) = 115+110+7=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #736E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E07 is #8C91F8. Grayscale: #646464. Windows color (decimal): -9212409 or 487027. OLE color: 487027.

HSL color Cylindrical-coordinate representation of color #736E07: hue angle of 57.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #736E07 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB1151107-
CMYK00.040.940.55
HSL57.22º88.52%23.92%-
HSV(B)57.22º93.91%45.1%-
XYZ12.6814.812.39-
YUV99.7575.66138.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 7 (3.12% from 255) = 3.02%
R=49.57%
G=47.41%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115110700.040.940.5557.2288.5223.92
Hex736E7045E37395918
Octal163156704136677113130
Binary1110011110111011101001011110110111111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,110,7); }

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

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

 a { background-color: rgb(115,110,7); }

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

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

 span { border-color: rgb(115,110,7); }

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