#726502

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

Shades of Olive #726502

Tints of Olive #726502

Color information

#726502 (or 0x726502) is unknown color: approx Olive. HEX triplet: 72, 65 and 02. RGB value is (114,101,2). Sum of RGB (Red+Green+Blue) = 114+101+2=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #726502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726502 is #8D9AFD. Grayscale: #5E5E5E. Windows color (decimal): -9280254 or 157042. OLE color: 157042.

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

Color convert

RGB1141012-
CMYK00.110.980.55
HSL53.04º96.55%22.75%-
HSV(B)53.04º98.25%44.71%-
XYZ11.612.891.93-
YUV93.676.31142.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 101 (39.84% from 255) = 46.54%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=52.53%
G=46.54%
B=0.92%

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
Decimal114101200.110.980.5553.0496.5522.75
Hex726520B6237356117
Octal1621452013142676514127
Binary1110010110010110010111100010110111110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726502; }

 p { color: rgb(114,101,2); }

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

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

 a { background-color: rgb(114,101,2); }

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

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

 span { border-color: rgb(114,101,2); }

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