Html Css Color HEX #81AD69 Amulet

📋 copy color: '#81AD69'

red 129 ◦ green 173 ◦ blue 105

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

Shades of Amulet #81AD69

Tints of Amulet #81AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 31.7%
G = 42.51%
B = 25.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#81AD69 (or 0x81AD69) is known color: Amulet. HEX triplet: 81, AD and 69. RGB value is (129,173,105). Sum of RGB (Red+Green+Blue) = 129+173+105=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD69 is #7E5296. Grayscale: #989898. Windows color (decimal): -8278679 or 6925697. OLE color: 6925697.

HSL color Cylindrical-coordinate representation of color #81AD69: hue angle of 98.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81AD69 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 173 105 -
CMYK 0.25 0 0.39 0.32
HSL 98.82º 0.29% 0.55% -
HSV(B) 98.82º 0.39% 0.68% -
XYZ 26.55 35.57 18.83 -
YUV 152.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 129 173 105 0.25 0 0.39 0.32 98.82 0.29 0.55
Hex 81 AD 69 19 0 27 20 63 1D 37
Octal 201 255 151 31 0 47 40 143 35 67
Binary 10000001 10101101 1101001 11001 0 100111 100000 1100011 11101 110111

Color Harmonies of #81AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD69

Black with #81AD69

Text Example


Text Example

White with #81AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,105); }

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

background-color css

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

 a { background-color: rgb(129,173,105); }

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

border-color css

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

 span { border-color: rgb(129,173,105); }

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