Html Css Color HEX #81977B Amulet

📋 copy color: '#81977B'

red 129 ◦ green 151 ◦ blue 123

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

Shades of Amulet #81977B

Tints of Amulet #81977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 32.01%
G = 37.47%
B = 30.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#81977B (or 0x81977B) is known color: Amulet. HEX triplet: 81, 97 and 7B. RGB value is (129,151,123). Sum of RGB (Red+Green+Blue) = 129+151+123=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #81977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81977B is #7E6884. Grayscale: #8D8D8D. Windows color (decimal): -8284293 or 8099713. OLE color: 8099713.

HSL color Cylindrical-coordinate representation of color #81977B: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81977B is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 151 123 -
CMYK 0.15 0 0.19 0.41
HSL 107.14º 0.12% 0.54% -
HSV(B) 107.14º 0.19% 0.59% -
XYZ 23.7 28.23 22.94 -
YUV 141.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 129 151 123 0.15 0 0.19 0.41 107.14 0.12 0.54
Hex 81 97 7B F 0 13 29 6B C 36
Octal 201 227 173 17 0 23 51 153 14 66
Binary 10000001 10010111 1111011 1111 0 10011 101001 1101011 1100 110110

Color Harmonies of #81977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81977B

Black with #81977B

Text Example


Text Example

White with #81977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81977B; }

 p { color: rgb(129,151,123); }

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

background-color css

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

 a { background-color: rgb(129,151,123); }

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

border-color css

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

 span { border-color: rgb(129,151,123); }

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