Html Css Color HEX #71A265 Amulet

📋 copy color: '#71A265'

red 113 ◦ green 162 ◦ blue 101

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

Shades of Amulet #71A265

Tints of Amulet #71A265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

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

R = 30.05%
G = 43.09%
B = 26.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#71A265 (or 0x71A265) is known color: Amulet. HEX triplet: 71, A2 and 65. RGB value is (113,162,101). Sum of RGB (Red+Green+Blue) = 113+162+101=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #71A265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A265 is #8E5D9A. Grayscale: #8C8C8C. Windows color (decimal): -9330075 or 6660721. OLE color: 6660721.

HSL color Cylindrical-coordinate representation of color #71A265: hue angle of 108.2º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71A265 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 101 -
CMYK 0.30 0 0.38 0.36
HSL 108.2º 0.25% 0.52% -
HSV(B) 108.2º 0.38% 0.64% -
XYZ 22.08 30.29 16.99 -
YUV 140.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 113 162 101 0.30 0 0.38 0.36 108.2 0.25 0.52
Hex 71 A2 65 1E 0 26 24 6C 19 34
Octal 161 242 145 36 0 46 44 154 31 64
Binary 1110001 10100010 1100101 11110 0 100110 100100 1101100 11001 110100

Color Harmonies of #71A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A265

Black with #71A265

Text Example


Text Example

White with #71A265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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