Html Css Color HEX #81AF7D Amulet

📋 copy color: '#81AF7D'

red 129 ◦ green 175 ◦ blue 125

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

Shades of Amulet #81AF7D

Tints of Amulet #81AF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 30.07%
G = 40.79%
B = 29.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#81AF7D (or 0x81AF7D) is known color: Amulet. HEX triplet: 81, AF and 7D. RGB value is (129,175,125). Sum of RGB (Red+Green+Blue) = 129+175+125=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF7D is #7E5082. Grayscale: #9B9B9B. Windows color (decimal): -8278147 or 8236929. OLE color: 8236929.

HSL color Cylindrical-coordinate representation of color #81AF7D: hue angle of 115.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81AF7D is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 175 125 -
CMYK 0.26 0 0.29 0.31
HSL 115.2º 0.24% 0.59% -
HSV(B) 115.2º 0.29% 0.69% -
XYZ 28.08 36.81 25.03 -
YUV 155.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 129 175 125 0.26 0 0.29 0.31 115.2 0.24 0.59
Hex 81 AF 7D 1A 0 1D 1F 73 18 3B
Octal 201 257 175 32 0 35 37 163 30 73
Binary 10000001 10101111 1111101 11010 0 11101 11111 1110011 11000 111011

Color Harmonies of #81AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF7D

Black with #81AF7D

Text Example


Text Example

White with #81AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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