#75B369

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

Shades of Amulet #75B369

Tints of Amulet #75B369

Color information

#75B369 (or 0x75B369) is unknown color: approx Amulet. HEX triplet: 75, B3 and 69. RGB value is (117,179,105). Sum of RGB (Red+Green+Blue) = 117+179+105=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #75B369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B369 is #8A4C96. Grayscale: #989898. Windows color (decimal): -9063575 or 6927221. OLE color: 6927221.

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

Color convert

RGB117179105-
CMYK0.3500.410.30
HSL110.27º32.74%55.69%-
HSV(B)110.27º41.34%70.2%-
XYZ26.0137.0419.14-
YUV152.03101.46103.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=29.18%
G=44.64%
B=26.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171791050.3500.410.30110.2732.7455.69
Hex75B369230291E6e2138
Octal16526315143051361564170
Binary11101011011001111010011000110101001111101101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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