Html Css Color HEX #759571 Amulet

📋 copy color: '#759571'

red 117 ◦ green 149 ◦ blue 113

#759571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #759571

Tints of Amulet #759571

RGB

 RED value IS 117 (46.09% from 255) = 30.87%

 GREEN value IS 149 (58.59% from 255) = 39.31%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 30.87%
G = 39.31%
B = 29.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#759571 (or 0x759571) is known color: Amulet. HEX triplet: 75, 95 and 71. RGB value is (117,149,113). Sum of RGB (Red+Green+Blue) = 117+149+113=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #759571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759571 is #8A6A8E. Grayscale: #878787. Windows color (decimal): -9071247 or 7443829. OLE color: 7443829.

HSL color Cylindrical-coordinate representation of color #759571: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759571 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 113 -
CMYK 0.21 0 0.24 0.42
HSL 113.33º 0.15% 0.51% -
HSV(B) 113.33º 0.24% 0.58% -
XYZ 21.06 26.47 19.62 -
YUV 135.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 117 149 113 0.21 0 0.24 0.42 113.33 0.15 0.51
Hex 75 95 71 15 0 18 2A 71 F 33
Octal 165 225 161 25 0 30 52 161 17 63
Binary 1110101 10010101 1110001 10101 0 11000 101010 1110001 1111 110011

Color Harmonies of #759571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759571

Black with #759571

Text Example


Text Example

White with #759571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759571; }

 p { color: rgb(117,149,113); }

 H1.HeaderClassName
 {
   color: #759571;
 }
 .AnyTagClassName
 {
   color: #759571;
 }
</style>

background-color css

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

 a { background-color: rgb(117,149,113); }

 div.DivClassName
 {
   background-color: #759571;
 }
 .BgClassName
 {
   background-color: #759571;
 }
</style>

border-color css

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

 span { border-color: rgb(117,149,113); }

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