#727429

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

Shades of Olivetone #727429

Tints of Olivetone #727429

Color information

#727429 (or 0x727429) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 29. RGB value is (114,116,41). Sum of RGB (Red+Green+Blue) = 114+116+41=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #727429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727429 is #8D8BD6. Grayscale: #6B6B6B. Windows color (decimal): -9276375 or 2716786. OLE color: 2716786.

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

Color convert

RGB11411641-
CMYK0.0200.650.55
HSL61.6º47.77%30.78%-
HSV(B)61.6º64.66%45.49%-
XYZ13.5916.234.51-
YUV106.8590.84133.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=42.07%
G=42.80%
B=15.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116410.0200.650.5561.647.7730.78
Hex7274292041373e301f
Octal162164512010167766037
Binary11100101110100101001100100000111011111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727429; }

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

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

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

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

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

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

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

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