#757421

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

Shades of Olivetone #757421

Tints of Olivetone #757421

Color information

#757421 (or 0x757421) is unknown color: approx Olivetone. HEX triplet: 75, 74 and 21. RGB value is (117,116,33). Sum of RGB (Red+Green+Blue) = 117+116+33=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #757421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757421 is #8A8BDE. Grayscale: #6B6B6B. Windows color (decimal): -9079775 or 2192501. OLE color: 2192501.

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

Color convert

RGB11711633-
CMYK00.010.720.54
HSL59.29º56%29.41%-
HSV(B)59.29º71.79%45.88%-
XYZ13.8616.383.87-
YUV106.8486.33135.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=43.98%
G=43.61%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171163300.010.720.5459.295629.41
Hex7574210148363b381d
Octal165164410111066737035
Binary1110101111010010000101100100011011011101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757421; }

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

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

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

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

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

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

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

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