#75b06b

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

Shades of Amulet #75B06B

Tints of Amulet #75B06B

Color information

#75B06B (or 0x75B06B) is unknown color: approx Amulet. HEX triplet: 75, B0 and 6B. RGB value is (117,176,107). Sum of RGB (Red+Green+Blue) = 117+176+107=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #75B06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B06B is #8A4F94. Grayscale: #969696. Windows color (decimal): -9064341 or 7057525. OLE color: 7057525.

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

Color convert

RGB117176107-
CMYK0.3400.390.31
HSL111.3º30.4%55.49%-
HSV(B)111.3º39.2%69.02%-
XYZ25.5235.8919.49-
YUV150.49103.45104.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 176 (69.14% from 255) = 44%
BLUE value IS 107 (42.19% from 255) = 26.75%
R=29.25%
G=44%
B=26.75%

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
Decimal1171761070.3400.390.31111.330.455.49
Hex75B06B220271F6f1e37
Octal16526015342047371573667
Binary1110101101100001101011100010010011111111110111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75b06b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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