#727224

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

Shades of Olivetone #727224

Tints of Olivetone #727224

Color information

#727224 (or 0x727224) is unknown color: approx Olivetone. HEX triplet: 72, 72 and 24. RGB value is (114,114,36). Sum of RGB (Red+Green+Blue) = 114+114+36=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727224 is #8D8DDB. Grayscale: #696969. Windows color (decimal): -9276892 or 2388594. OLE color: 2388594.

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

Color convert

RGB11411436-
CMYK000.680.55
HSL60º52%29.41%-
HSV(B)60º68.42%44.71%-
XYZ13.2815.744.01-
YUV105.1189134.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=43.18%
G=43.18%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411436000.680.55605229.41
Hex7272240044373c341d
Octal162162440010467746435
Binary1110010111001010010000100010011011111110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727224; }

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

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

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

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

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

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

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

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