Html Css Color HEX #81A175 Amulet

📋 copy color: '#81A175'

red 129 ◦ green 161 ◦ blue 117

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

Shades of Amulet #81A175

Tints of Amulet #81A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

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

R = 31.7%
G = 39.56%
B = 28.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#81A175 (or 0x81A175) is known color: Amulet. HEX triplet: 81, A1 and 75. RGB value is (129,161,117). Sum of RGB (Red+Green+Blue) = 129+161+117=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 161 - color contains mainly: green. Hex color #81A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A175 is #7E5E8A. Grayscale: #929292. Windows color (decimal): -8281739 or 7709057. OLE color: 7709057.

HSL color Cylindrical-coordinate representation of color #81A175: hue angle of 103.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81A175 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 129 161 117 -
CMYK 0.20 0 0.27 0.37
HSL 103.64º 0.19% 0.55% -
HSV(B) 103.64º 0.27% 0.63% -
XYZ 25.01 31.44 21.58 -
YUV 146.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 129 161 117 0.20 0 0.27 0.37 103.64 0.19 0.55
Hex 81 A1 75 14 0 1B 25 68 13 37
Octal 201 241 165 24 0 33 45 150 23 67
Binary 10000001 10100001 1110101 10100 0 11011 100101 1101000 10011 110111

Color Harmonies of #81A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A175

Black with #81A175

Text Example


Text Example

White with #81A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81A175; }

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

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

background-color css

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

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

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

border-color css

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

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

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