#727329

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

Shades of Olivetone #727329

Tints of Olivetone #727329

Color information

#727329 (or 0x727329) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 29. RGB value is (114,115,41). Sum of RGB (Red+Green+Blue) = 114+115+41=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #727329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727329 is #8D8CD6. Grayscale: #6A6A6A. Windows color (decimal): -9276631 or 2716530. OLE color: 2716530.

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

Color convert

RGB11411541-
CMYK0.0100.640.55
HSL60.81º47.44%30.59%-
HSV(B)60.81º64.35%45.1%-
XYZ13.47164.48-
YUV106.2691.17133.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=42.22%
G=42.59%
B=15.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115410.0100.640.5560.8147.4430.59
Hex7273291040373d2f1f
Octal162163511010067755737
Binary1110010111001110100110100000011011111110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727329; }

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

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

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

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

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

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

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

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