#75B06C

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

Shades of Amulet #75B06C

Tints of Amulet #75B06C

Color information

#75B06C (or 0x75B06C) is unknown color: approx Amulet. HEX triplet: 75, B0 and 6C. RGB value is (117,176,108). Sum of RGB (Red+Green+Blue) = 117+176+108=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #75B06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B06C is #8A4F93. Grayscale: #969696. Windows color (decimal): -9064340 or 7123061. OLE color: 7123061.

HSL color Cylindrical-coordinate representation of color #75B06C: hue angle of 112.06º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75B06C is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB117176108-
CMYK0.3400.390.31
HSL112.06º30.09%55.69%-
HSV(B)112.06º38.64%69.02%-
XYZ25.5735.9219.77-
YUV150.61103.95104.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=29.18%
G=43.89%
B=26.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171761080.3400.390.31112.0630.0955.69
Hex75B06C220271F701e38
Octal16526015442047371603670
Binary1110101101100001101100100010010011111111111000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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