#757321

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

Shades of Olivetone #757321

Tints of Olivetone #757321

Color information

#757321 (or 0x757321) is unknown color: approx Olivetone. HEX triplet: 75, 73 and 21. RGB value is (117,115,33). Sum of RGB (Red+Green+Blue) = 117+115+33=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #757321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757321 is #8A8CDE. Grayscale: #6A6A6A. Windows color (decimal): -9080031 or 2192245. OLE color: 2192245.

HSL color Cylindrical-coordinate representation of color #757321: hue angle of 58.57º 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 #757321 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB11711533-
CMYK00.020.720.54
HSL58.57º56%29.41%-
HSV(B)58.57º71.79%45.88%-
XYZ13.7416.153.83-
YUV106.2586.66135.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=44.15%
G=43.40%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171153300.020.720.5458.575629.41
Hex7573210248363b381d
Octal165163410211066737035
Binary11101011110011100001010100100011011011101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757321; }

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

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

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

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

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

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

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

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