Html Css Color HEX #819474 Amulet

📋 copy color: '#819474'

red 129 ◦ green 148 ◦ blue 116

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

Shades of Amulet #819474

Tints of Amulet #819474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 32.82%
G = 37.66%
B = 29.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#819474 (or 0x819474) is known color: Amulet. HEX triplet: 81, 94 and 74. RGB value is (129,148,116). Sum of RGB (Red+Green+Blue) = 129+148+116=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #819474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819474 is #7E6B8B. Grayscale: #8A8A8A. Windows color (decimal): -8285068 or 7640193. OLE color: 7640193.

HSL color Cylindrical-coordinate representation of color #819474: hue angle of 95.62º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #819474 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 148 116 -
CMYK 0.13 0 0.22 0.42
HSL 95.63º 0.13% 0.52% -
HSV(B) 95.63º 0.22% 0.58% -
XYZ 22.8 27.11 20.55 -
YUV 138.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 129 148 116 0.13 0 0.22 0.42 95.63 0.13 0.52
Hex 81 94 74 D 0 16 2A 60 D 34
Octal 201 224 164 15 0 26 52 140 15 64
Binary 10000001 10010100 1110100 1101 0 10110 101010 1100000 1101 110100

Color Harmonies of #819474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819474

Black with #819474

Text Example


Text Example

White with #819474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819474; }

 p { color: rgb(129,148,116); }

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

background-color css

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

 a { background-color: rgb(129,148,116); }

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

border-color css

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

 span { border-color: rgb(129,148,116); }

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