#736802

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

Shades of Olive #736802

Tints of Olive #736802

Color information

#736802 (or 0x736802) is unknown color: approx Olive. HEX triplet: 73, 68 and 02. RGB value is (115,104,2). Sum of RGB (Red+Green+Blue) = 115+104+2=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #736802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736802 is #8C97FD. Grayscale: #606060. Windows color (decimal): -9213950 or 157811. OLE color: 157811.

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

Color convert

RGB1151042-
CMYK00.100.980.55
HSL54.16º96.58%22.94%-
HSV(B)54.16º98.26%45.1%-
XYZ12.0313.552.04-
YUV95.6675.14141.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 104 (41.02% from 255) = 47.06%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=52.04%
G=47.06%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115104200.100.980.5554.1696.5822.94
Hex736820A6237366117
Octal1631502012142676614127
Binary1110011110100010010101100010110111110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736802; }

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

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

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

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

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

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

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

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