#756F21

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

Shades of Olivetone #756F21

Tints of Olivetone #756F21

Color information

#756F21 (or 0x756F21) is unknown color: approx Olivetone. HEX triplet: 75, 6F and 21. RGB value is (117,111,33). Sum of RGB (Red+Green+Blue) = 117+111+33=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #756F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F21 is #8A90DE. Grayscale: #686868. Windows color (decimal): -9081055 or 2191221. OLE color: 2191221.

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

Color convert

RGB11711133-
CMYK00.050.720.54
HSL55.71º56%29.41%-
HSV(B)55.71º71.79%45.88%-
XYZ13.315.263.68-
YUV103.987.99137.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=44.83%
G=42.53%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171113300.050.720.5455.715629.41
Hex756F2105483638381d
Octal165157410511066707035
Binary111010111011111000010101100100011011011100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756F21; }

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

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

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

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

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

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

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

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