Html Css Color HEX #819871 Amulet

📋 copy color: '#819871'

red 129 ◦ green 152 ◦ blue 113

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

Shades of Amulet #819871

Tints of Amulet #819871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

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

R = 32.74%
G = 38.58%
B = 28.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#819871 (or 0x819871) is known color: Amulet. HEX triplet: 81, 98 and 71. RGB value is (129,152,113). Sum of RGB (Red+Green+Blue) = 129+152+113=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #819871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819871 is #7E678E. Grayscale: #8C8C8C. Windows color (decimal): -8284047 or 7444609. OLE color: 7444609.

HSL color Cylindrical-coordinate representation of color #819871: hue angle of 95.38º 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 #819871 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 113 -
CMYK 0.15 0 0.26 0.40
HSL 95.38º 0.16% 0.52% -
HSV(B) 95.38º 0.26% 0.6% -
XYZ 23.26 28.32 19.86 -
YUV 140.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 129 152 113 0.15 0 0.26 0.40 95.38 0.16 0.52
Hex 81 98 71 F 0 1A 28 5F 10 34
Octal 201 230 161 17 0 32 50 137 20 64
Binary 10000001 10011000 1110001 1111 0 11010 101000 1011111 10000 110100

Color Harmonies of #819871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819871

Black with #819871

Text Example


Text Example

White with #819871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819871; }

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

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

background-color css

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

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

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

border-color css

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

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

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