Html Css Color HEX #71A06A Amulet

📋 copy color: '#71A06A'

red 113 ◦ green 160 ◦ blue 106

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

Shades of Amulet #71A06A

Tints of Amulet #71A06A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 29.82%
G = 42.22%
B = 27.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#71A06A (or 0x71A06A) is known color: Amulet. HEX triplet: 71, A0 and 6A. RGB value is (113,160,106). Sum of RGB (Red+Green+Blue) = 113+160+106=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #71A06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A06A is #8E5F95. Grayscale: #8B8B8B. Windows color (decimal): -9330582 or 6987889. OLE color: 6987889.

HSL color Cylindrical-coordinate representation of color #71A06A: hue angle of 112.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71A06A is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 160 106 -
CMYK 0.29 0 0.34 0.37
HSL 112.22º 0.22% 0.52% -
HSV(B) 112.22º 0.34% 0.63% -
XYZ 21.98 29.69 18.21 -
YUV 139.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 113 160 106 0.29 0 0.34 0.37 112.22 0.22 0.52
Hex 71 A0 6A 1D 0 22 25 70 16 34
Octal 161 240 152 35 0 42 45 160 26 64
Binary 1110001 10100000 1101010 11101 0 100010 100101 1110000 10110 110100

Color Harmonies of #71A06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A06A

Black with #71A06A

Text Example


Text Example

White with #71A06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,160,106); }

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

background-color css

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

 a { background-color: rgb(113,160,106); }

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

border-color css

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

 span { border-color: rgb(113,160,106); }

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