#736D02

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

Shades of Olive #736D02

Tints of Olive #736D02

Color information

#736D02 (or 0x736D02) is unknown color: approx Olive. HEX triplet: 73, 6D and 02. RGB value is (115,109,2). Sum of RGB (Red+Green+Blue) = 115+109+2=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #736D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736D02 is #8C92FD. Grayscale: #636363. Windows color (decimal): -9212670 or 159091. OLE color: 159091.

HSL color Cylindrical-coordinate representation of color #736D02: hue angle of 56.81º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #736D02 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB1151092-
CMYK00.050.980.55
HSL56.81º96.58%22.94%-
HSV(B)56.81º98.26%45.1%-
XYZ12.5514.592.21-
YUV98.673.49139.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 109 (42.97% from 255) = 48.23%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=50.88%
G=48.23%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115109200.050.980.5556.8196.5822.94
Hex736D2056237396117
Octal163155205142677114127
Binary111001111011011001011100010110111111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,109,2); }

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

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

 a { background-color: rgb(115,109,2); }

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

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

 span { border-color: rgb(115,109,2); }

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