Html Css Color HEX #81AF69 Amulet

📋 copy color: '#81AF69'

red 129 ◦ green 175 ◦ blue 105

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

Shades of Amulet #81AF69

Tints of Amulet #81AF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.79%

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

R = 31.54%
G = 42.79%
B = 25.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#81AF69 (or 0x81AF69) is known color: Amulet. HEX triplet: 81, AF and 69. RGB value is (129,175,105). Sum of RGB (Red+Green+Blue) = 129+175+105=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF69 is #7E5096. Grayscale: #999999. Windows color (decimal): -8278167 or 6926209. OLE color: 6926209.

HSL color Cylindrical-coordinate representation of color #81AF69: hue angle of 99.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81AF69 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 175 105 -
CMYK 0.26 0 0.40 0.31
HSL 99.43º 0.3% 0.55% -
HSV(B) 99.43º 0.4% 0.69% -
XYZ 26.93 36.35 18.96 -
YUV 153.27 100.76 110.69 -
System Red Green Blue C M Y K H S L
Decimal 129 175 105 0.26 0 0.40 0.31 99.43 0.3 0.55
Hex 81 AF 69 1A 0 28 1F 63 1E 37
Octal 201 257 151 32 0 50 37 143 36 67
Binary 10000001 10101111 1101001 11010 0 101000 11111 1100011 11110 110111

Color Harmonies of #81AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF69

Black with #81AF69

Text Example


Text Example

White with #81AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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