#736702

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

Shades of Olive #736702

Tints of Olive #736702

Color information

#736702 (or 0x736702) is unknown color: approx Olive. HEX triplet: 73, 67 and 02. RGB value is (115,103,2). Sum of RGB (Red+Green+Blue) = 115+103+2=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #736702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736702 is #8C98FD. Grayscale: #5F5F5F. Windows color (decimal): -9214206 or 157555. OLE color: 157555.

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

Color convert

RGB1151032-
CMYK00.100.980.55
HSL53.63º96.58%22.94%-
HSV(B)53.63º98.26%45.1%-
XYZ11.9313.352.01-
YUV95.0775.48142.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 103 (40.62% from 255) = 46.82%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=52.27%
G=46.82%
B=0.91%

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
Decimal115103200.100.980.5553.6396.5822.94
Hex736720A6237366117
Octal1631472012142676614127
Binary1110011110011110010101100010110111110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736702; }

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

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

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

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

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

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

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

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