Html Css Color HEX #71A566 Amulet

📋 copy color: '#71A566'

red 113 ◦ green 165 ◦ blue 102

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

Shades of Amulet #71A566

Tints of Amulet #71A566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.84%

R = 29.74%
G = 43.42%
B = 26.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#71A566 (or 0x71A566) is known color: Amulet. HEX triplet: 71, A5 and 66. RGB value is (113,165,102). Sum of RGB (Red+Green+Blue) = 113+165+102=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #71A566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A566 is #8E5A99. Grayscale: #8E8E8E. Windows color (decimal): -9329306 or 6727025. OLE color: 6727025.

HSL color Cylindrical-coordinate representation of color #71A566: hue angle of 109.52º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71A566 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 165 102 -
CMYK 0.32 0 0.38 0.35
HSL 109.52º 0.26% 0.52% -
HSV(B) 109.52º 0.38% 0.65% -
XYZ 22.66 31.38 17.43 -
YUV 142.27 105.27 107.12 -
System Red Green Blue C M Y K H S L
Decimal 113 165 102 0.32 0 0.38 0.35 109.52 0.26 0.52
Hex 71 A5 66 20 0 26 23 6E 1A 34
Octal 161 245 146 40 0 46 43 156 32 64
Binary 1110001 10100101 1100110 100000 0 100110 100011 1101110 11010 110100

Color Harmonies of #71A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A566

Black with #71A566

Text Example


Text Example

White with #71A566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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