#75B36C

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

Shades of Amulet #75B36C

Tints of Amulet #75B36C

Color information

#75B36C (or 0x75B36C) is unknown color: approx Amulet. HEX triplet: 75, B3 and 6C. RGB value is (117,179,108). Sum of RGB (Red+Green+Blue) = 117+179+108=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #75B36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B36C is #8A4C93. Grayscale: #989898. Windows color (decimal): -9063572 or 7123829. OLE color: 7123829.

HSL color Cylindrical-coordinate representation of color #75B36C: hue angle of 112.39º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75B36C is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB117179108-
CMYK0.3500.400.30
HSL112.39º31.84%56.27%-
HSV(B)112.39º39.66%70.2%-
XYZ26.1637.119.97-
YUV152.37102.96102.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 179 (70.31% from 255) = 44.31%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=28.96%
G=44.31%
B=26.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171791080.3500.400.30112.3931.8456.27
Hex75B36C230281E702038
Octal16526315443050361604070
Binary11101011011001111011001000110101000111101110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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