Html Css Color HEX #819975 Amulet

📋 copy color: '#819975'

red 129 ◦ green 153 ◦ blue 117

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

Shades of Amulet #819975

Tints of Amulet #819975

RGB

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

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

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

R = 32.33%
G = 38.35%
B = 29.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#819975 (or 0x819975) is known color: Amulet. HEX triplet: 81, 99 and 75. RGB value is (129,153,117). Sum of RGB (Red+Green+Blue) = 129+153+117=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #819975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819975 is #7E668A. Grayscale: #8D8D8D. Windows color (decimal): -8283787 or 7707009. OLE color: 7707009.

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

Color convert

RGB 129 153 117 -
CMYK 0.16 0 0.24 0.4
HSL 100º 0.15% 0.53% -
HSV(B) 100º 0.24% 0.6% -
XYZ 23.66 28.73 21.13 -
YUV 141.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 129 153 117 0.16 0 0.24 0.4 100 0.15 0.53
Hex 81 99 75 10 0 18 28 64 F 35
Octal 201 231 165 20 0 30 50 144 17 65
Binary 10000001 10011001 1110101 10000 0 11000 101000 1100100 1111 110101

Color Harmonies of #819975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819975

Black with #819975

Text Example


Text Example

White with #819975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819975; }

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

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

background-color css

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

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

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

border-color css

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

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

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