#756721

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

Shades of Olivetone #756721

Tints of Olivetone #756721

Color information

#756721 (or 0x756721) is unknown color: approx Olivetone. HEX triplet: 75, 67 and 21. RGB value is (117,103,33). Sum of RGB (Red+Green+Blue) = 117+103+33=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756721 is #8A98DE. Grayscale: #636363. Windows color (decimal): -9083103 or 2189173. OLE color: 2189173.

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

Color convert

RGB11710333-
CMYK00.120.720.54
HSL50º56%29.41%-
HSV(B)50º71.79%45.88%-
XYZ12.4613.593.41-
YUV99.2190.64140.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 103 (40.62% from 255) = 40.71%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=46.25%
G=40.71%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171033300.120.720.54505629.41
Hex7567210C483632381d
Octal1651474101411066627035
Binary1110101110011110000101100100100011011011001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756721; }

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

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

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

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

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

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

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

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