Html Css Color HEX #71A462 Amulet

📋 copy color: '#71A462'

red 113 ◦ green 164 ◦ blue 98

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

Shades of Amulet #71A462

Tints of Amulet #71A462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 30.13%
G = 43.73%
B = 26.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#71A462 (or 0x71A462) is known color: Amulet. HEX triplet: 71, A4 and 62. RGB value is (113,164,98). Sum of RGB (Red+Green+Blue) = 113+164+98=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #71A462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A462 is #8E5B9D. Grayscale: #8D8D8D. Windows color (decimal): -9329566 or 6464625. OLE color: 6464625.

HSL color Cylindrical-coordinate representation of color #71A462: hue angle of 106.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71A462 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 164 98 -
CMYK 0.31 0 0.40 0.36
HSL 106.36º 0.27% 0.51% -
HSV(B) 106.36º 0.4% 0.64% -
XYZ 22.29 30.94 16.35 -
YUV 141.23 103.6 107.87 -
System Red Green Blue C M Y K H S L
Decimal 113 164 98 0.31 0 0.40 0.36 106.36 0.27 0.51
Hex 71 A4 62 1F 0 28 24 6A 1B 33
Octal 161 244 142 37 0 50 44 152 33 63
Binary 1110001 10100100 1100010 11111 0 101000 100100 1101010 11011 110011

Color Harmonies of #71A462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A462

Black with #71A462

Text Example


Text Example

White with #71A462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,164,98); }

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

background-color css

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

 a { background-color: rgb(113,164,98); }

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

border-color css

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

 span { border-color: rgb(113,164,98); }

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