Html Css Color HEX #819475 Amulet

📋 copy color: '#819475'

red 129 ◦ green 148 ◦ blue 117

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

Shades of Amulet #819475

Tints of Amulet #819475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 32.74%
G = 37.56%
B = 29.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#819475 (or 0x819475) is known color: Amulet. HEX triplet: 81, 94 and 75. RGB value is (129,148,117). Sum of RGB (Red+Green+Blue) = 129+148+117=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #819475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819475 is #7E6B8A. Grayscale: #8A8A8A. Windows color (decimal): -8285067 or 7705729. OLE color: 7705729.

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

Color convert

RGB 129 148 117 -
CMYK 0.13 0 0.21 0.42
HSL 96.77º 0.13% 0.52% -
HSV(B) 96.77º 0.21% 0.58% -
XYZ 22.85 27.13 20.86 -
YUV 138.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 129 148 117 0.13 0 0.21 0.42 96.77 0.13 0.52
Hex 81 94 75 D 0 15 2A 61 D 34
Octal 201 224 165 15 0 25 52 141 15 64
Binary 10000001 10010100 1110101 1101 0 10101 101010 1100001 1101 110100

Color Harmonies of #819475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819475

Black with #819475

Text Example


Text Example

White with #819475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819475; }

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

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

background-color css

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

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

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

border-color css

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

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

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