#727003

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

Shades of Olive #727003

Tints of Olive #727003

Color information

#727003 (or 0x727003) is unknown color: approx Olive. HEX triplet: 72, 70 and 03. RGB value is (114,112,3). Sum of RGB (Red+Green+Blue) = 114+112+3=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #727003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727003 is #8D8FFC. Grayscale: #646464. Windows color (decimal): -9277437 or 225394. OLE color: 225394.

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

Color convert

RGB1141123-
CMYK00.020.970.55
HSL58.92º94.87%22.94%-
HSV(B)58.92º97.37%44.71%-
XYZ12.7515.172.34-
YUV100.1773.16137.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 3 (1.56% from 255) = 1.31%
R=49.78%
G=48.91%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114112300.020.970.5558.9294.8722.94
Hex727030261373b5f17
Octal162160302141677313727
Binary11100101110000110101100001110111111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727003; }

 p { color: rgb(114,112,3); }

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

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

 a { background-color: rgb(114,112,3); }

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

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

 span { border-color: rgb(114,112,3); }

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