#757221

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

Shades of Olivetone #757221

Tints of Olivetone #757221

Color information

#757221 (or 0x757221) is unknown color: approx Olivetone. HEX triplet: 75, 72 and 21. RGB value is (117,114,33). Sum of RGB (Red+Green+Blue) = 117+114+33=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #757221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757221 is #8A8DDE. Grayscale: #696969. Windows color (decimal): -9080287 or 2191989. OLE color: 2191989.

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

Color convert

RGB11711433-
CMYK00.030.720.54
HSL57.86º56%29.41%-
HSV(B)57.86º71.79%45.88%-
XYZ13.6315.933.79-
YUV105.6686.99136.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=44.32%
G=43.18%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171143300.030.720.5457.865629.41
Hex7572210348363a381d
Octal165162410311066727035
Binary11101011110010100001011100100011011011101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757221; }

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

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

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

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

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

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

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

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