Html Css Color HEX #819971 Amulet

📋 copy color: '#819971'

red 129 ◦ green 153 ◦ blue 113

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

Shades of Amulet #819971

Tints of Amulet #819971

RGB

 RED value IS 129 (50.78% from 255) = 32.66%

 GREEN value IS 153 (60.16% from 255) = 38.73%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 32.66%
G = 38.73%
B = 28.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#819971 (or 0x819971) is known color: Amulet. HEX triplet: 81, 99 and 71. RGB value is (129,153,113). Sum of RGB (Red+Green+Blue) = 129+153+113=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #819971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819971 is #7E668E. Grayscale: #8D8D8D. Windows color (decimal): -8283791 or 7444865. OLE color: 7444865.

HSL color Cylindrical-coordinate representation of color #819971: hue angle of 96º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819971 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 153 113 -
CMYK 0.16 0 0.26 0.4
HSL 96º 0.16% 0.52% -
HSV(B) 96º 0.26% 0.6% -
XYZ 23.43 28.64 19.92 -
YUV 141.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 129 153 113 0.16 0 0.26 0.4 96 0.16 0.52
Hex 81 99 71 10 0 1A 28 60 10 34
Octal 201 231 161 20 0 32 50 140 20 64
Binary 10000001 10011001 1110001 10000 0 11010 101000 1100000 10000 110100

Color Harmonies of #819971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819971

Black with #819971

Text Example


Text Example

White with #819971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819971; }

 p { color: rgb(129,153,113); }

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

background-color css

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

 a { background-color: rgb(129,153,113); }

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

border-color css

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

 span { border-color: rgb(129,153,113); }

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