#75986E

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

Shades of Amulet #75986E

Tints of Amulet #75986E

Color information

#75986E (or 0x75986E) is unknown color: approx Amulet. HEX triplet: 75, 98 and 6E. RGB value is (117,152,110). Sum of RGB (Red+Green+Blue) = 117+152+110=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #75986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75986E is #8A6791. Grayscale: #888888. Windows color (decimal): -9070482 or 7247989. OLE color: 7247989.

HSL color Cylindrical-coordinate representation of color #75986E: hue angle of 110º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75986E is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB117152110-
CMYK0.2300.280.40
HSL110º16.94%51.37%-
HSV(B)110º27.63%59.61%-
XYZ21.3827.3618.91-
YUV136.75112.9113.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=30.87%
G=40.11%
B=29.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521100.2300.280.4011016.9451.37
Hex75986E1701C286e1133
Octal16523015627034501562163
Binary111010110011000110111010111011100101000110111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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