Html Css Color HEX #759570 Amulet

📋 copy color: '#759570'

red 117 ◦ green 149 ◦ blue 112

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

Shades of Amulet #759570

Tints of Amulet #759570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 30.95%
G = 39.42%
B = 29.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#759570 (or 0x759570) is known color: Amulet. HEX triplet: 75, 95 and 70. RGB value is (117,149,112). Sum of RGB (Red+Green+Blue) = 117+149+112=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #759570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759570 is #8A6A8F. Grayscale: #878787. Windows color (decimal): -9071248 or 7378293. OLE color: 7378293.

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

Color convert

RGB 117 149 112 -
CMYK 0.21 0 0.25 0.42
HSL 111.89º 0.15% 0.51% -
HSV(B) 111.89º 0.25% 0.58% -
XYZ 21.01 26.45 19.33 -
YUV 135.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 117 149 112 0.21 0 0.25 0.42 111.89 0.15 0.51
Hex 75 95 70 15 0 19 2A 70 F 33
Octal 165 225 160 25 0 31 52 160 17 63
Binary 1110101 10010101 1110000 10101 0 11001 101010 1110000 1111 110011

Color Harmonies of #759570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759570

Black with #759570

Text Example


Text Example

White with #759570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759570; }

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

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

background-color css

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

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

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

border-color css

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

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

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