#75976E

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

Shades of Amulet #75976E

Tints of Amulet #75976E

Color information

#75976E (or 0x75976E) is unknown color: approx Amulet. HEX triplet: 75, 97 and 6E. RGB value is (117,151,110). Sum of RGB (Red+Green+Blue) = 117+151+110=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #75976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75976E is #8A6891. Grayscale: #888888. Windows color (decimal): -9070738 or 7247733. OLE color: 7247733.

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

Color convert

RGB117151110-
CMYK0.2300.270.41
HSL109.76º16.47%51.18%-
HSV(B)109.76º27.15%59.22%-
XYZ21.2227.0418.85-
YUV136.16113.24114.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=30.95%
G=39.95%
B=29.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511100.2300.270.41109.7616.4751.18
Hex75976E1701B296e1033
Octal16522715627033511562063
Binary111010110010111110111010111011011101001110111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75976E; }

 p { color: rgb(117,151,110); }

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

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

 a { background-color: rgb(117,151,110); }

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

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

 span { border-color: rgb(117,151,110); }

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