#727227

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

Shades of Olivetone #727227

Tints of Olivetone #727227

Color information

#727227 (or 0x727227) is unknown color: approx Olivetone. HEX triplet: 72, 72 and 27. RGB value is (114,114,39). Sum of RGB (Red+Green+Blue) = 114+114+39=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727227 is #8D8DD8. Grayscale: #696969. Windows color (decimal): -9276889 or 2585202. OLE color: 2585202.

HSL color Cylindrical-coordinate representation of color #727227: hue angle of 60º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #727227 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB11411439-
CMYK000.660.55
HSL60º49.02%30%-
HSV(B)60º65.79%44.71%-
XYZ13.3215.764.26-
YUV105.4590.5134.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=42.70%
G=42.70%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411439000.660.556049.0230
Hex7272270042373c311e
Octal162162470010267746136
Binary1110010111001010011100100001011011111110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727227; }

 p { color: rgb(114,114,39); }

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

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

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

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

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

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

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