Html Css Color HEX #71A268 Amulet

📋 copy color: '#71A268'

red 113 ◦ green 162 ◦ blue 104

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

Shades of Amulet #71A268

Tints of Amulet #71A268

RGB

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

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

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

R = 29.82%
G = 42.74%
B = 27.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#71A268 (or 0x71A268) is known color: Amulet. HEX triplet: 71, A2 and 68. RGB value is (113,162,104). Sum of RGB (Red+Green+Blue) = 113+162+104=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #71A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A268 is #8E5D97. Grayscale: #8C8C8C. Windows color (decimal): -9330072 or 6857329. OLE color: 6857329.

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

Color convert

RGB 113 162 104 -
CMYK 0.30 0 0.36 0.36
HSL 110.69º 0.24% 0.52% -
HSV(B) 110.69º 0.36% 0.64% -
XYZ 22.23 30.35 17.78 -
YUV 140.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 113 162 104 0.30 0 0.36 0.36 110.69 0.24 0.52
Hex 71 A2 68 1E 0 24 24 6F 18 34
Octal 161 242 150 36 0 44 44 157 30 64
Binary 1110001 10100010 1101000 11110 0 100100 100100 1101111 11000 110100

Color Harmonies of #71A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A268

Black with #71A268

Text Example


Text Example

White with #71A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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