#75A26C

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

Shades of Amulet #75A26C

Tints of Amulet #75A26C

Color information

#75A26C (or 0x75A26C) is unknown color: approx Amulet. HEX triplet: 75, A2 and 6C. RGB value is (117,162,108). Sum of RGB (Red+Green+Blue) = 117+162+108=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #75A26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A26C is #8A5D93. Grayscale: #8E8E8E. Windows color (decimal): -9067924 or 7119477. OLE color: 7119477.

HSL color Cylindrical-coordinate representation of color #75A26C: hue angle of 110º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75A26C is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB117162108-
CMYK0.2800.330.36
HSL110º22.5%52.94%-
HSV(B)110º33.33%63.53%-
XYZ22.9630.7118.9-
YUV142.39108.59109.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=30.23%
G=41.86%
B=27.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171621080.2800.330.3611022.552.94
Hex75A26C1C021246e1735
Octal16524215434041441562765
Binary1110101101000101101100111000100001100100110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,108); }

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

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

 a { background-color: rgb(117,162,108); }

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

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

 span { border-color: rgb(117,162,108); }

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