#727821

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

Shades of Olivetone #727821

Tints of Olivetone #727821

Color information

#727821 (or 0x727821) is unknown color: approx Olivetone. HEX triplet: 72, 78 and 21. RGB value is (114,120,33). Sum of RGB (Red+Green+Blue) = 114+120+33=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #727821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727821 is #8D87DE. Grayscale: #6C6C6C. Windows color (decimal): -9275359 or 2193522. OLE color: 2193522.

HSL color Cylindrical-coordinate representation of color #727821: hue angle of 64.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #727821 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB11412033-
CMYK0.0500.720.53
HSL64.14º56.86%30%-
HSV(B)64.14º72.5%47.06%-
XYZ13.9317.124.01-
YUV108.2985.51132.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 33 (13.28% from 255) = 12.36%
R=42.70%
G=44.94%
B=12.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120330.0500.720.5364.1456.8630
Hex72782150483540391e
Octal1621704150110651007136
Binary1110010111100010000110101001000110101100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727821; }

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

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

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

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

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

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

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

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