Html Css Color HEX #71AB61 Amulet

📋 copy color: '#71AB61'

red 113 ◦ green 171 ◦ blue 97

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

Shades of Amulet #71AB61

Tints of Amulet #71AB61

RGB

 RED value IS 113 (44.53% from 255) = 29.66%

 GREEN value IS 171 (67.19% from 255) = 44.88%

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 29.66%
G = 44.88%
B = 25.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#71AB61 (or 0x71AB61) is known color: Amulet. HEX triplet: 71, AB and 61. RGB value is (113,171,97). Sum of RGB (Red+Green+Blue) = 113+171+97=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB61 is #8E549E. Grayscale: #919191. Windows color (decimal): -9327775 or 6400881. OLE color: 6400881.

HSL color Cylindrical-coordinate representation of color #71AB61: hue angle of 107.03º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71AB61 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 97 -
CMYK 0.34 0 0.43 0.33
HSL 107.03º 0.31% 0.53% -
HSV(B) 107.03º 0.43% 0.67% -
XYZ 23.53 33.5 16.54 -
YUV 145.22 100.78 105.02 -
System Red Green Blue C M Y K H S L
Decimal 113 171 97 0.34 0 0.43 0.33 107.03 0.31 0.53
Hex 71 AB 61 22 0 2B 21 6B 1F 35
Octal 161 253 141 42 0 53 41 153 37 65
Binary 1110001 10101011 1100001 100010 0 101011 100001 1101011 11111 110101

Color Harmonies of #71AB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB61

Black with #71AB61

Text Example


Text Example

White with #71AB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AB61; }

 p { color: rgb(113,171,97); }

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

background-color css

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

 a { background-color: rgb(113,171,97); }

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

border-color css

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

 span { border-color: rgb(113,171,97); }

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