#726505

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

Shades of Olive #726505

Tints of Olive #726505

Color information

#726505 (or 0x726505) is unknown color: approx Olive. HEX triplet: 72, 65 and 05. RGB value is (114,101,5). Sum of RGB (Red+Green+Blue) = 114+101+5=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #726505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726505 is #8D9AFA. Grayscale: #5E5E5E. Windows color (decimal): -9280251 or 353650. OLE color: 353650.

HSL color Cylindrical-coordinate representation of color #726505: hue angle of 52.84º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #726505 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1141015-
CMYK00.110.960.55
HSL52.84º91.6%23.33%-
HSV(B)52.84º95.61%44.71%-
XYZ11.6212.92.02-
YUV93.9477.81142.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=51.82%
G=45.91%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114101500.110.960.5552.8491.623.33
Hex726550B6037355c17
Octal1621455013140676513427
Binary11100101100101101010111100000110111110101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726505; }

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

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

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

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

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

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

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

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