Html Css Color HEX #71A765 Amulet

📋 copy color: '#71A765'

red 113 ◦ green 167 ◦ blue 101

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

Shades of Amulet #71A765

Tints of Amulet #71A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.83%

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

R = 29.66%
G = 43.83%
B = 26.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#71A765 (or 0x71A765) is known color: Amulet. HEX triplet: 71, A7 and 65. RGB value is (113,167,101). Sum of RGB (Red+Green+Blue) = 113+167+101=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #71A765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A765 is #8E589A. Grayscale: #8F8F8F. Windows color (decimal): -9328795 or 6662001. OLE color: 6662001.

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

Color convert

RGB 113 167 101 -
CMYK 0.32 0 0.40 0.35
HSL 109.09º 0.27% 0.53% -
HSV(B) 109.09º 0.4% 0.65% -
XYZ 22.98 32.09 17.29 -
YUV 143.33 104.11 106.37 -
System Red Green Blue C M Y K H S L
Decimal 113 167 101 0.32 0 0.40 0.35 109.09 0.27 0.53
Hex 71 A7 65 20 0 28 23 6D 1B 35
Octal 161 247 145 40 0 50 43 155 33 65
Binary 1110001 10100111 1100101 100000 0 101000 100011 1101101 11011 110101

Color Harmonies of #71A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A765

Black with #71A765

Text Example


Text Example

White with #71A765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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