#75B16A

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

Shades of Amulet #75B16A

Tints of Amulet #75B16A

Color information

#75B16A (or 0x75B16A) is unknown color: approx Amulet. HEX triplet: 75, B1 and 6A. RGB value is (117,177,106). Sum of RGB (Red+Green+Blue) = 117+177+106=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #75B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B16A is #8A4E95. Grayscale: #979797. Windows color (decimal): -9064086 or 6992245. OLE color: 6992245.

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

Color convert

RGB117177106-
CMYK0.3400.400.31
HSL110.7º31.28%55.49%-
HSV(B)110.7º40.11%69.41%-
XYZ25.6636.2719.28-
YUV150.97102.62103.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=29.25%
G=44.25%
B=26.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171771060.3400.400.31110.731.2855.49
Hex75B16A220281F6f1f37
Octal16526115242050371573767
Binary1110101101100011101010100010010100011111110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,177,106); }

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

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

 a { background-color: rgb(117,177,106); }

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

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

 span { border-color: rgb(117,177,106); }

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