#75AC6E

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

Shades of Amulet #75AC6E

Tints of Amulet #75AC6E

Color information

#75AC6E (or 0x75AC6E) is unknown color: approx Amulet. HEX triplet: 75, AC and 6E. RGB value is (117,172,110). Sum of RGB (Red+Green+Blue) = 117+172+110=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC6E is #8A5391. Grayscale: #949494. Windows color (decimal): -9065362 or 7253109. OLE color: 7253109.

HSL color Cylindrical-coordinate representation of color #75AC6E: hue angle of 113.23º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75AC6E is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB117172110-
CMYK0.3200.360.33
HSL113.23º27.19%55.29%-
HSV(B)113.23º36.05%67.45%-
XYZ24.934.4120.08-
YUV148.49106.28105.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=29.32%
G=43.11%
B=27.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171721100.3200.360.33113.2327.1955.29
Hex75AC6E2002421711b37
Octal16525415640044411613367
Binary11101011010110011011101000000100100100001111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AC6E; }

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

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

<style>
 a { background-color: #75AC6E; }

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

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

<style>
 span { border-color: #75AC6E; }

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

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