#736602

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

Shades of Olive #736602

Tints of Olive #736602

Color information

#736602 (or 0x736602) is unknown color: approx Olive. HEX triplet: 73, 66 and 02. RGB value is (115,102,2). Sum of RGB (Red+Green+Blue) = 115+102+2=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #736602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736602 is #8C99FD. Grayscale: #5E5E5E. Windows color (decimal): -9214462 or 157299. OLE color: 157299.

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

Color convert

RGB1151022-
CMYK00.110.980.55
HSL53.1º96.58%22.94%-
HSV(B)53.1º98.26%45.1%-
XYZ11.8313.151.97-
YUV94.4975.81142.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=52.51%
G=46.58%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115102200.110.980.5553.196.5822.94
Hex736620B6237356117
Octal1631462013142676514127
Binary1110011110011010010111100010110111110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736602; }

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

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

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

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

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

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

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

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