Html Css Color HEX #71A369 Amulet

📋 copy color: '#71A369'

red 113 ◦ green 163 ◦ blue 105

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

Shades of Amulet #71A369

Tints of Amulet #71A369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 29.66%
G = 42.78%
B = 27.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#71A369 (or 0x71A369) is known color: Amulet. HEX triplet: 71, A3 and 69. RGB value is (113,163,105). Sum of RGB (Red+Green+Blue) = 113+163+105=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #71A369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A369 is #8E5C96. Grayscale: #8D8D8D. Windows color (decimal): -9329815 or 6923121. OLE color: 6923121.

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

Color convert

RGB 113 163 105 -
CMYK 0.31 0 0.36 0.36
HSL 111.72º 0.24% 0.53% -
HSV(B) 111.72º 0.36% 0.64% -
XYZ 22.46 30.73 18.11 -
YUV 141.44 107.44 107.72 -
System Red Green Blue C M Y K H S L
Decimal 113 163 105 0.31 0 0.36 0.36 111.72 0.24 0.53
Hex 71 A3 69 1F 0 24 24 70 18 35
Octal 161 243 151 37 0 44 44 160 30 65
Binary 1110001 10100011 1101001 11111 0 100100 100100 1110000 11000 110101

Color Harmonies of #71A369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A369

Black with #71A369

Text Example


Text Example

White with #71A369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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