Html Css Color HEX #75A271 Amulet

📋 copy color: '#75A271'

red 117 ◦ green 162 ◦ blue 113

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

Shades of Amulet #75A271

Tints of Amulet #75A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

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

R = 29.85%
G = 41.33%
B = 28.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#75A271 (or 0x75A271) is known color: Amulet. HEX triplet: 75, A2 and 71. RGB value is (117,162,113). Sum of RGB (Red+Green+Blue) = 117+162+113=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #75A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A271 is #8A5D8E. Grayscale: #8F8F8F. Windows color (decimal): -9067919 or 7447157. OLE color: 7447157.

HSL color Cylindrical-coordinate representation of color #75A271: hue angle of 115.1º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A271 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 162 113 -
CMYK 0.28 0 0.30 0.36
HSL 115.1º 0.21% 0.54% -
HSV(B) 115.1º 0.3% 0.64% -
XYZ 23.24 30.81 20.35 -
YUV 142.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 117 162 113 0.28 0 0.30 0.36 115.1 0.21 0.54
Hex 75 A2 71 1C 0 1E 24 73 15 36
Octal 165 242 161 34 0 36 44 163 25 66
Binary 1110101 10100010 1110001 11100 0 11110 100100 1110011 10101 110110

Color Harmonies of #75A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A271

Black with #75A271

Text Example


Text Example

White with #75A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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