#726E00

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

Shades of Olive #726E00

Tints of Olive #726E00

Color information

#726E00 (or 0x726E00) is unknown color: approx Olive. HEX triplet: 72, 6E and 00. RGB value is (114,110,0). Sum of RGB (Red+Green+Blue) = 114+110+0=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #726E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726E00 is #8D91FF. Grayscale: #636363. Windows color (decimal): -9277952 or 28274. OLE color: 28274.

HSL color Cylindrical-coordinate representation of color #726E00: hue angle of 57.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #726E00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB1141100-
CMYK00.0410.55
HSL57.89º100%22.35%-
HSV(B)57.89º100%44.71%-
XYZ12.5214.732.18-
YUV98.6672.33138.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.89%
G=49.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114110000.0410.5557.8910022.35
Hex726E00464373a6416
Octal162156004144677214426
Binary11100101101110001001100100110111111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726E00; }

 p { color: rgb(114,110,0); }

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

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

 a { background-color: rgb(114,110,0); }

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

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

 span { border-color: rgb(114,110,0); }

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