#727024

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

Shades of Olivetone #727024

Tints of Olivetone #727024

Color information

#727024 (or 0x727024) is unknown color: approx Olivetone. HEX triplet: 72, 70 and 24. RGB value is (114,112,36). Sum of RGB (Red+Green+Blue) = 114+112+36=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #727024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727024 is #8D8FDB. Grayscale: #686868. Windows color (decimal): -9277404 or 2388082. OLE color: 2388082.

HSL color Cylindrical-coordinate representation of color #727024: hue angle of 58.46º 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 #727024 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB11411236-
CMYK00.020.680.55
HSL58.46º52%29.41%-
HSV(B)58.46º68.42%44.71%-
XYZ13.0515.293.93-
YUV103.9389.66135.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=43.51%
G=42.75%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141123600.020.680.5558.465229.41
Hex7270240244373a341d
Octal162160440210467726435
Binary11100101110000100100010100010011011111101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727024; }

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

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

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

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

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

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

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

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