Html Css Color HEX #819F76 Amulet

📋 copy color: '#819F76'

red 129 ◦ green 159 ◦ blue 118

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

Shades of Amulet #819F76

Tints of Amulet #819F76

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 31.77%
G = 39.16%
B = 29.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#819F76 (or 0x819F76) is known color: Amulet. HEX triplet: 81, 9F and 76. RGB value is (129,159,118). Sum of RGB (Red+Green+Blue) = 129+159+118=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #819F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819F76 is #7E6089. Grayscale: #919191. Windows color (decimal): -8282250 or 7774081. OLE color: 7774081.

HSL color Cylindrical-coordinate representation of color #819F76: hue angle of 103.9º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819F76 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 159 118 -
CMYK 0.19 0 0.26 0.38
HSL 103.9º 0.18% 0.54% -
HSV(B) 103.9º 0.26% 0.62% -
XYZ 24.72 30.77 21.78 -
YUV 145.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 129 159 118 0.19 0 0.26 0.38 103.9 0.18 0.54
Hex 81 9F 76 13 0 1A 26 68 12 36
Octal 201 237 166 23 0 32 46 150 22 66
Binary 10000001 10011111 1110110 10011 0 11010 100110 1101000 10010 110110

Color Harmonies of #819F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819F76

Black with #819F76

Text Example


Text Example

White with #819F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819F76; }

 p { color: rgb(129,159,118); }

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

background-color css

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

 a { background-color: rgb(129,159,118); }

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

border-color css

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

 span { border-color: rgb(129,159,118); }

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