#726607

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

Shades of Olive #726607

Tints of Olive #726607

Color information

#726607 (or 0x726607) is unknown color: approx Olive. HEX triplet: 72, 66 and 07. RGB value is (114,102,7). Sum of RGB (Red+Green+Blue) = 114+102+7=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #726607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726607 is #8D99F8. Grayscale: #5F5F5F. Windows color (decimal): -9279993 or 484978. OLE color: 484978.

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

Color convert

RGB1141027-
CMYK00.110.940.55
HSL53.27º88.43%23.73%-
HSV(B)53.27º93.86%44.71%-
XYZ11.7313.12.11-
YUV94.7678.48141.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 7 (3.12% from 255) = 3.14%
R=51.12%
G=45.74%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114102700.110.940.5553.2788.4323.73
Hex726670B5E37355818
Octal1621467013136676513030
Binary11100101100110111010111011110110111110101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726607; }

 p { color: rgb(114,102,7); }

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

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

 a { background-color: rgb(114,102,7); }

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

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

 span { border-color: rgb(114,102,7); }

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