Html Css Color HEX #71A66F Amulet

📋 copy color: '#71A66F'

red 113 ◦ green 166 ◦ blue 111

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

Shades of Amulet #71A66F

Tints of Amulet #71A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.56%

 BLUE value IS 111 (43.75% from 255) = 28.46%

R = 28.97%
G = 42.56%
B = 28.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#71A66F (or 0x71A66F) is known color: Amulet. HEX triplet: 71, A6 and 6F. RGB value is (113,166,111). Sum of RGB (Red+Green+Blue) = 113+166+111=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #71A66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A66F is #8E5990. Grayscale: #909090. Windows color (decimal): -9329041 or 7317105. OLE color: 7317105.

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

Color convert

RGB 113 166 111 -
CMYK 0.32 0 0.33 0.35
HSL 117.82º 0.24% 0.54% -
HSV(B) 117.82º 0.33% 0.65% -
XYZ 23.32 31.93 19.97 -
YUV 143.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 113 166 111 0.32 0 0.33 0.35 117.82 0.24 0.54
Hex 71 A6 6F 20 0 21 23 76 18 36
Octal 161 246 157 40 0 41 43 166 30 66
Binary 1110001 10100110 1101111 100000 0 100001 100011 1110110 11000 110110

Color Harmonies of #71A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A66F

Black with #71A66F

Text Example


Text Example

White with #71A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,166,111); }

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

background-color css

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

 a { background-color: rgb(113,166,111); }

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

border-color css

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

 span { border-color: rgb(113,166,111); }

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