#75966F

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

Shades of Amulet #75966F

Tints of Amulet #75966F

Color information

#75966F (or 0x75966F) is unknown color: approx Amulet. HEX triplet: 75, 96 and 6F. RGB value is (117,150,111). Sum of RGB (Red+Green+Blue) = 117+150+111=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #75966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75966F is #8A6990. Grayscale: #878787. Windows color (decimal): -9070993 or 7313013. OLE color: 7313013.

HSL color Cylindrical-coordinate representation of color #75966F: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75966F is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB117150111-
CMYK0.2200.260.41
HSL110.77º15.66%51.18%-
HSV(B)110.77º26%58.82%-
XYZ21.1126.7419.09-
YUV135.69114.07114.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=30.95%
G=39.68%
B=29.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501110.2200.260.41110.7715.6651.18
Hex75966F1601A296f1033
Octal16522615726032511572063
Binary111010110010110110111110110011010101001110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75966F; }

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

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

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

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

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

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

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

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