#75AB6F

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

Shades of Amulet #75AB6F

Tints of Amulet #75AB6F

Color information

#75AB6F (or 0x75AB6F) is unknown color: approx Amulet. HEX triplet: 75, AB and 6F. RGB value is (117,171,111). Sum of RGB (Red+Green+Blue) = 117+171+111=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB6F is #8A5490. Grayscale: #949494. Windows color (decimal): -9065617 or 7318389. OLE color: 7318389.

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

Color convert

RGB117171111-
CMYK0.3200.350.33
HSL114º26.32%55.29%-
HSV(B)114º35.09%67.06%-
XYZ24.7734.0620.31-
YUV148.01107.11105.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=29.32%
G=42.86%
B=27.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711110.3200.350.3311426.3255.29
Hex75AB6F2002321721a37
Octal16525315740043411623267
Binary11101011010101111011111000000100011100001111001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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