#75996F

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

Shades of Amulet #75996F

Tints of Amulet #75996F

Color information

#75996F (or 0x75996F) is unknown color: approx Amulet. HEX triplet: 75, 99 and 6F. RGB value is (117,153,111). Sum of RGB (Red+Green+Blue) = 117+153+111=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #75996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75996F is #8A6690. Grayscale: #898989. Windows color (decimal): -9070225 or 7313781. OLE color: 7313781.

HSL color Cylindrical-coordinate representation of color #75996F: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75996F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB117153111-
CMYK0.2400.270.4
HSL111.43º17.07%51.76%-
HSV(B)111.43º27.45%60%-
XYZ21.627.7119.25-
YUV137.45113.07113.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=30.71%
G=40.16%
B=29.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531110.2400.270.4111.4317.0751.76
Hex75996F1801B286f1134
Octal16523115730033501572164
Binary111010110011001110111111000011011101000110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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