Html Css Color HEX #75A570 Amulet

📋 copy color: '#75A570'

red 117 ◦ green 165 ◦ blue 112

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

Shades of Amulet #75A570

Tints of Amulet #75A570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.88%

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

R = 29.7%
G = 41.88%
B = 28.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#75A570 (or 0x75A570) is known color: Amulet. HEX triplet: 75, A5 and 70. RGB value is (117,165,112). Sum of RGB (Red+Green+Blue) = 117+165+112=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #75A570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A570 is #8A5A8F. Grayscale: #909090. Windows color (decimal): -9067152 or 7382389. OLE color: 7382389.

HSL color Cylindrical-coordinate representation of color #75A570: hue angle of 114.34º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A570 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 165 112 -
CMYK 0.29 0 0.32 0.35
HSL 114.34º 0.23% 0.54% -
HSV(B) 114.34º 0.32% 0.65% -
XYZ 23.72 31.86 20.23 -
YUV 144.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 117 165 112 0.29 0 0.32 0.35 114.34 0.23 0.54
Hex 75 A5 70 1D 0 20 23 72 17 36
Octal 165 245 160 35 0 40 43 162 27 66
Binary 1110101 10100101 1110000 11101 0 100000 100011 1110010 10111 110110

Color Harmonies of #75A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A570

Black with #75A570

Text Example


Text Example

White with #75A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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