Html Css Color HEX #71AC65 Amulet

📋 copy color: '#71AC65'

red 113 ◦ green 172 ◦ blue 101

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

Shades of Amulet #71AC65

Tints of Amulet #71AC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 29.27%
G = 44.56%
B = 26.17%

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

#71AC65 (or 0x71AC65) is known color: Amulet. HEX triplet: 71, AC and 65. RGB value is (113,172,101). Sum of RGB (Red+Green+Blue) = 113+172+101=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AC65 is #8E539A. Grayscale: #929292. Windows color (decimal): -9327515 or 6663281. OLE color: 6663281.

HSL color Cylindrical-coordinate representation of color #71AC65: hue angle of 109.86º 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 #71AC65 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 172 101 -
CMYK 0.34 0 0.41 0.33
HSL 109.86º 0.3% 0.54% -
HSV(B) 109.86º 0.41% 0.67% -
XYZ 23.91 33.96 17.61 -
YUV 146.27 102.45 104.27 -
System Red Green Blue C M Y K H S L
Decimal 113 172 101 0.34 0 0.41 0.33 109.86 0.3 0.54
Hex 71 AC 65 22 0 29 21 6E 1E 36
Octal 161 254 145 42 0 51 41 156 36 66
Binary 1110001 10101100 1100101 100010 0 101001 100001 1101110 11110 110110

Color Harmonies of #71AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC65

Black with #71AC65

Text Example


Text Example

White with #71AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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