#727009

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

Shades of Olive #727009

Tints of Olive #727009

Color information

#727009 (or 0x727009) is unknown color: approx Olive. HEX triplet: 72, 70 and 09. RGB value is (114,112,9). Sum of RGB (Red+Green+Blue) = 114+112+9=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #727009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727009 is #8D8FF6. Grayscale: #656565. Windows color (decimal): -9277431 or 618610. OLE color: 618610.

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

Color convert

RGB1141129-
CMYK00.020.920.55
HSL58.86º85.37%24.12%-
HSV(B)58.86º92.11%44.71%-
XYZ12.7815.192.52-
YUV100.8676.16137.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=48.51%
G=47.66%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114112900.020.920.5558.8685.3724.12
Hex72709025C373b5518
Octal1621601102134677312530
Binary1110010111000010010101011100110111111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727009; }

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

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

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

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

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

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

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

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