Html Css Color HEX #75A571 Amulet

📋 copy color: '#75A571'

red 117 ◦ green 165 ◦ blue 113

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

Shades of Amulet #75A571

Tints of Amulet #75A571

RGB

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

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

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

R = 29.62%
G = 41.77%
B = 28.61%

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

#75A571 (or 0x75A571) is known color: Amulet. HEX triplet: 75, A5 and 71. RGB value is (117,165,113). Sum of RGB (Red+Green+Blue) = 117+165+113=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #75A571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A571 is #8A5A8E. Grayscale: #909090. Windows color (decimal): -9067151 or 7447925. OLE color: 7447925.

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

Color convert

RGB 117 165 113 -
CMYK 0.29 0 0.32 0.35
HSL 115.38º 0.22% 0.55% -
HSV(B) 115.38º 0.32% 0.65% -
XYZ 23.77 31.88 20.52 -
YUV 144.72 110.1 108.23 -
System Red Green Blue C M Y K H S L
Decimal 117 165 113 0.29 0 0.32 0.35 115.38 0.22 0.55
Hex 75 A5 71 1D 0 20 23 73 16 37
Octal 165 245 161 35 0 40 43 163 26 67
Binary 1110101 10100101 1110001 11101 0 100000 100011 1110011 10110 110111

Color Harmonies of #75A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A571

Black with #75A571

Text Example


Text Example

White with #75A571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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