Html Css Color HEX #71A568 Amulet

📋 copy color: '#71A568'

red 113 ◦ green 165 ◦ blue 104

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

Shades of Amulet #71A568

Tints of Amulet #71A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.19%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 29.58%
G = 43.19%
B = 27.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#71A568 (or 0x71A568) is known color: Amulet. HEX triplet: 71, A5 and 68. RGB value is (113,165,104). Sum of RGB (Red+Green+Blue) = 113+165+104=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #71A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A568 is #8E5A97. Grayscale: #8E8E8E. Windows color (decimal): -9329304 or 6858097. OLE color: 6858097.

HSL color Cylindrical-coordinate representation of color #71A568: hue angle of 111.15º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71A568 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 165 104 -
CMYK 0.32 0 0.37 0.35
HSL 111.15º 0.25% 0.53% -
HSV(B) 111.15º 0.37% 0.65% -
XYZ 22.76 31.42 17.96 -
YUV 142.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 113 165 104 0.32 0 0.37 0.35 111.15 0.25 0.53
Hex 71 A5 68 20 0 25 23 6F 19 35
Octal 161 245 150 40 0 45 43 157 31 65
Binary 1110001 10100101 1101000 100000 0 100101 100011 1101111 11001 110101

Color Harmonies of #71A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A568

Black with #71A568

Text Example


Text Example

White with #71A568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,165,104); }

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

background-color css

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

 a { background-color: rgb(113,165,104); }

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

border-color css

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

 span { border-color: rgb(113,165,104); }

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