Html Css Color HEX #819D6E Amulet

📋 copy color: '#819D6E'

red 129 ◦ green 157 ◦ blue 110

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

Shades of Amulet #819D6E

Tints of Amulet #819D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 32.58%
G = 39.65%
B = 27.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#819D6E (or 0x819D6E) is known color: Amulet. HEX triplet: 81, 9D and 6E. RGB value is (129,157,110). Sum of RGB (Red+Green+Blue) = 129+157+110=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #819D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819D6E is #7E6291. Grayscale: #8F8F8F. Windows color (decimal): -8282770 or 7249281. OLE color: 7249281.

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

Color convert

RGB 129 157 110 -
CMYK 0.18 0 0.30 0.38
HSL 95.74º 0.19% 0.52% -
HSV(B) 95.74º 0.3% 0.62% -
XYZ 23.92 29.91 19.26 -
YUV 143.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 129 157 110 0.18 0 0.30 0.38 95.74 0.19 0.52
Hex 81 9D 6E 12 0 1E 26 60 13 34
Octal 201 235 156 22 0 36 46 140 23 64
Binary 10000001 10011101 1101110 10010 0 11110 100110 1100000 10011 110100

Color Harmonies of #819D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819D6E

Black with #819D6E

Text Example


Text Example

White with #819D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,157,110); }

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

background-color css

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

 a { background-color: rgb(129,157,110); }

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

border-color css

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

 span { border-color: rgb(129,157,110); }

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