#727331

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

Shades of Olivetone #727331

Tints of Olivetone #727331

Color information

#727331 (or 0x727331) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 31. RGB value is (114,115,49). Sum of RGB (Red+Green+Blue) = 114+115+49=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #727331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727331 is #8D8CCE. Grayscale: #6B6B6B. Windows color (decimal): -9276623 or 3240818. OLE color: 3240818.

HSL color Cylindrical-coordinate representation of color #727331: hue angle of 60.91º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #727331 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB11411549-
CMYK0.0100.570.55
HSL60.91º40.24%32.16%-
HSV(B)60.91º57.39%45.1%-
XYZ13.6216.065.29-
YUV107.1895.17132.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=41.01%
G=41.37%
B=17.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115490.0100.570.5560.9140.2432.16
Hex7273311039373d2820
Octal16216361107167755040
Binary1110010111001111000110111001110111111101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727331; }

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

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

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

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

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

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

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

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