Html Css Color HEX #71A36F Amulet

📋 copy color: '#71A36F'

red 113 ◦ green 163 ◦ blue 111

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

Shades of Amulet #71A36F

Tints of Amulet #71A36F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

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

R = 29.2%
G = 42.12%
B = 28.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#71A36F (or 0x71A36F) is known color: Amulet. HEX triplet: 71, A3 and 6F. RGB value is (113,163,111). Sum of RGB (Red+Green+Blue) = 113+163+111=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #71A36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A36F is #8E5C90. Grayscale: #8E8E8E. Windows color (decimal): -9329809 or 7316337. OLE color: 7316337.

HSL color Cylindrical-coordinate representation of color #71A36F: hue angle of 117.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A36F is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 163 111 -
CMYK 0.31 0 0.32 0.36
HSL 117.69º 0.22% 0.54% -
HSV(B) 117.69º 0.32% 0.64% -
XYZ 22.78 30.85 19.79 -
YUV 142.12 110.44 107.23 -
System Red Green Blue C M Y K H S L
Decimal 113 163 111 0.31 0 0.32 0.36 117.69 0.22 0.54
Hex 71 A3 6F 1F 0 20 24 76 16 36
Octal 161 243 157 37 0 40 44 166 26 66
Binary 1110001 10100011 1101111 11111 0 100000 100100 1110110 10110 110110

Color Harmonies of #71A36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A36F

Black with #71A36F

Text Example


Text Example

White with #71A36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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