#75966B

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

Shades of Amulet #75966B

Tints of Amulet #75966B

Color information

#75966B (or 0x75966B) is unknown color: approx Amulet. HEX triplet: 75, 96 and 6B. RGB value is (117,150,107). Sum of RGB (Red+Green+Blue) = 117+150+107=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #75966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75966B is #8A6994. Grayscale: #878787. Windows color (decimal): -9070997 or 7050869. OLE color: 7050869.

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

Color convert

RGB117150107-
CMYK0.2200.290.41
HSL106.05º17%50.39%-
HSV(B)106.05º28.67%58.82%-
XYZ20.926.6617.95-
YUV135.23112.07115-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=31.28%
G=40.11%
B=28.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501070.2200.290.41106.051750.39
Hex75966B1601D296a1132
Octal16522615326035511522162
Binary111010110010110110101110110011101101001110101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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