#727421

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

Shades of Olivetone #727421

Tints of Olivetone #727421

Color information

#727421 (or 0x727421) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 21. RGB value is (114,116,33). Sum of RGB (Red+Green+Blue) = 114+116+33=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #727421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727421 is #8D8BDE. Grayscale: #6A6A6A. Windows color (decimal): -9276383 or 2192498. OLE color: 2192498.

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

Color convert

RGB11411633-
CMYK0.0200.720.55
HSL61.45º55.7%29.22%-
HSV(B)61.45º71.55%45.49%-
XYZ13.4616.183.85-
YUV105.9486.84133.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=43.35%
G=44.11%
B=12.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116330.0200.720.5561.4555.729.22
Hex7274212048373d381d
Octal162164412011067757035
Binary11100101110100100001100100100011011111110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727421; }

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

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

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

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

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

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

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

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