Html Css Color HEX #71AC66 Amulet

📋 copy color: '#71AC66'

red 113 ◦ green 172 ◦ blue 102

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

Shades of Amulet #71AC66

Tints of Amulet #71AC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.44%

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

R = 29.2%
G = 44.44%
B = 26.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#71AC66 (or 0x71AC66) is known color: Amulet. HEX triplet: 71, AC and 66. RGB value is (113,172,102). Sum of RGB (Red+Green+Blue) = 113+172+102=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AC66 is #8E5399. Grayscale: #929292. Windows color (decimal): -9327514 or 6728817. OLE color: 6728817.

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

Color convert

RGB 113 172 102 -
CMYK 0.34 0 0.41 0.33
HSL 110.57º 0.3% 0.54% -
HSV(B) 110.57º 0.41% 0.67% -
XYZ 23.96 33.98 17.87 -
YUV 146.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 113 172 102 0.34 0 0.41 0.33 110.57 0.3 0.54
Hex 71 AC 66 22 0 29 21 6F 1E 36
Octal 161 254 146 42 0 51 41 157 36 66
Binary 1110001 10101100 1100110 100010 0 101001 100001 1101111 11110 110110

Color Harmonies of #71AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC66

Black with #71AC66

Text Example


Text Example

White with #71AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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