Html Css Color HEX #71A764 Amulet

📋 copy color: '#71A764'

red 113 ◦ green 167 ◦ blue 100

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

Shades of Amulet #71A764

Tints of Amulet #71A764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.32%

R = 29.74%
G = 43.95%
B = 26.32%

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

#71A764 (or 0x71A764) is known color: Amulet. HEX triplet: 71, A7 and 64. RGB value is (113,167,100). Sum of RGB (Red+Green+Blue) = 113+167+100=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #71A764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A764 is #8E589B. Grayscale: #8F8F8F. Windows color (decimal): -9328796 or 6596465. OLE color: 6596465.

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

Color convert

RGB 113 167 100 -
CMYK 0.32 0 0.40 0.35
HSL 108.36º 0.28% 0.52% -
HSV(B) 108.36º 0.4% 0.65% -
XYZ 22.93 32.07 17.04 -
YUV 143.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 113 167 100 0.32 0 0.40 0.35 108.36 0.28 0.52
Hex 71 A7 64 20 0 28 23 6C 1C 34
Octal 161 247 144 40 0 50 43 154 34 64
Binary 1110001 10100111 1100100 100000 0 101000 100011 1101100 11100 110100

Color Harmonies of #71A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A764

Black with #71A764

Text Example


Text Example

White with #71A764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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