Html Css Color HEX #71A36A Amulet

📋 copy color: '#71A36A'

red 113 ◦ green 163 ◦ blue 106

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

Shades of Amulet #71A36A

Tints of Amulet #71A36A

RGB

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

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

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

R = 29.58%
G = 42.67%
B = 27.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#71A36A (or 0x71A36A) is known color: Amulet. HEX triplet: 71, A3 and 6A. RGB value is (113,163,106). Sum of RGB (Red+Green+Blue) = 113+163+106=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #71A36A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A36A is #8E5C95. Grayscale: #8D8D8D. Windows color (decimal): -9329814 or 6988657. OLE color: 6988657.

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

Color convert

RGB 113 163 106 -
CMYK 0.31 0 0.35 0.36
HSL 112.63º 0.24% 0.53% -
HSV(B) 112.63º 0.35% 0.64% -
XYZ 22.51 30.75 18.38 -
YUV 141.55 107.94 107.63 -
System Red Green Blue C M Y K H S L
Decimal 113 163 106 0.31 0 0.35 0.36 112.63 0.24 0.53
Hex 71 A3 6A 1F 0 23 24 71 18 35
Octal 161 243 152 37 0 43 44 161 30 65
Binary 1110001 10100011 1101010 11111 0 100011 100100 1110001 11000 110101

Color Harmonies of #71A36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A36A

Black with #71A36A

Text Example


Text Example

White with #71A36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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