Html Css Color HEX #8AB077 Amulet

📋 copy color: '#8AB077'

red 138 ◦ green 176 ◦ blue 119

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

Shades of Amulet #8AB077

Tints of Amulet #8AB077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 31.87%
G = 40.65%
B = 27.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#8AB077 (or 0x8AB077) is known color: Amulet. HEX triplet: 8A, B0 and 77. RGB value is (138,176,119). Sum of RGB (Red+Green+Blue) = 138+176+119=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB077 is #754F88. Grayscale: #9E9E9E. Windows color (decimal): -7688073 or 7843978. OLE color: 7843978.

HSL color Cylindrical-coordinate representation of color #8AB077: hue angle of 100º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB077 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 176 119 -
CMYK 0.22 0 0.32 0.31
HSL 100º 0.27% 0.58% -
HSV(B) 100º 0.32% 0.69% -
XYZ 29.34 37.79 23.2 -
YUV 158.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 138 176 119 0.22 0 0.32 0.31 100 0.27 0.58
Hex 8A B0 77 16 0 20 1F 64 1B 3A
Octal 212 260 167 26 0 40 37 144 33 72
Binary 10001010 10110000 1110111 10110 0 100000 11111 1100100 11011 111010

Color Harmonies of #8AB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB077

Black with #8AB077

Text Example


Text Example

White with #8AB077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,119); }

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

background-color css

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

 a { background-color: rgb(138,176,119); }

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

border-color css

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

 span { border-color: rgb(138,176,119); }

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