Html Css Color HEX #8AAE75 Amulet

📋 copy color: '#8AAE75'

red 138 ◦ green 174 ◦ blue 117

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

Shades of Amulet #8AAE75

Tints of Amulet #8AAE75

RGB

 RED value IS 138 (54.3% from 255) = 32.17%

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

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

R = 32.17%
G = 40.56%
B = 27.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#8AAE75 (or 0x8AAE75) is known color: Amulet. HEX triplet: 8A, AE and 75. RGB value is (138,174,117). Sum of RGB (Red+Green+Blue) = 138+174+117=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE75 is #75518A. Grayscale: #9C9C9C. Windows color (decimal): -7688587 or 7712394. OLE color: 7712394.

HSL color Cylindrical-coordinate representation of color #8AAE75: hue angle of 97.89º 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 #8AAE75 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 117 -
CMYK 0.21 0 0.33 0.32
HSL 97.89º 0.26% 0.57% -
HSV(B) 97.89º 0.33% 0.68% -
XYZ 28.83 36.96 22.44 -
YUV 156.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 138 174 117 0.21 0 0.33 0.32 97.89 0.26 0.57
Hex 8A AE 75 15 0 21 20 62 1A 39
Octal 212 256 165 25 0 41 40 142 32 71
Binary 10001010 10101110 1110101 10101 0 100001 100000 1100010 11010 111001

Color Harmonies of #8AAE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE75

Black with #8AAE75

Text Example


Text Example

White with #8AAE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AAE75; }

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

 H1.HeaderClassName
 {
   color: #8AAE75;
 }
 .AnyTagClassName
 {
   color: #8AAE75;
 }
</style>

background-color css

<style>
 a { background-color: #8AAE75; }

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

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

border-color css

<style>
 span { border-color: #8AAE75; }

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

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