#727831

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

Shades of Olivetone #727831

Tints of Olivetone #727831

Color information

#727831 (or 0x727831) is unknown color: approx Olivetone. HEX triplet: 72, 78 and 31. RGB value is (114,120,49). Sum of RGB (Red+Green+Blue) = 114+120+49=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #727831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727831 is #8D87CE. Grayscale: #6E6E6E. Windows color (decimal): -9275343 or 3242098. OLE color: 3242098.

HSL color Cylindrical-coordinate representation of color #727831: hue angle of 65.07º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #727831 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB11412049-
CMYK0.0500.590.53
HSL65.07º42.01%33.14%-
HSV(B)65.07º59.17%47.06%-
XYZ14.2117.235.48-
YUV110.1193.51130.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=40.28%
G=42.40%
B=17.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120490.0500.590.5365.0742.0133.14
Hex727831503B35412a21
Octal162170615073651015241
Binary1110010111100011000110101110111101011000001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727831; }

 p { color: rgb(114,120,49); }

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

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

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

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

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

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

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