Html Css Color HEX #81AE75 Amulet

📋 copy color: '#81AE75'

red 129 ◦ green 174 ◦ blue 117

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

Shades of Amulet #81AE75

Tints of Amulet #81AE75

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.43%

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

R = 30.71%
G = 41.43%
B = 27.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#81AE75 (or 0x81AE75) is known color: Amulet. HEX triplet: 81, AE and 75. RGB value is (129,174,117). Sum of RGB (Red+Green+Blue) = 129+174+117=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AE75 is #7E518A. Grayscale: #9A9A9A. Windows color (decimal): -8278411 or 7712385. OLE color: 7712385.

HSL color Cylindrical-coordinate representation of color #81AE75: hue angle of 107.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81AE75 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 174 117 -
CMYK 0.26 0 0.33 0.32
HSL 107.37º 0.26% 0.57% -
HSV(B) 107.37º 0.33% 0.68% -
XYZ 27.4 36.22 22.38 -
YUV 154.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 129 174 117 0.26 0 0.33 0.32 107.37 0.26 0.57
Hex 81 AE 75 1A 0 21 20 6B 1A 39
Octal 201 256 165 32 0 41 40 153 32 71
Binary 10000001 10101110 1110101 11010 0 100001 100000 1101011 11010 111001

Color Harmonies of #81AE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AE75

Black with #81AE75

Text Example


Text Example

White with #81AE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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