Html Css Color HEX #8AB07A Amulet

📋 copy color: '#8AB07A'

red 138 ◦ green 176 ◦ blue 122

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

Shades of Amulet #8AB07A

Tints of Amulet #8AB07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 31.65%
G = 40.37%
B = 27.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#8AB07A (or 0x8AB07A) is known color: Amulet. HEX triplet: 8A, B0 and 7A. RGB value is (138,176,122). Sum of RGB (Red+Green+Blue) = 138+176+122=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB07A is #754F85. Grayscale: #9E9E9E. Windows color (decimal): -7688070 or 8040586. OLE color: 8040586.

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

Color convert

RGB 138 176 122 -
CMYK 0.22 0 0.31 0.31
HSL 102.22º 0.25% 0.58% -
HSV(B) 102.22º 0.31% 0.69% -
XYZ 29.52 37.86 24.16 -
YUV 158.48 107.41 113.39 -
System Red Green Blue C M Y K H S L
Decimal 138 176 122 0.22 0 0.31 0.31 102.22 0.25 0.58
Hex 8A B0 7A 16 0 1F 1F 66 19 3A
Octal 212 260 172 26 0 37 37 146 31 72
Binary 10001010 10110000 1111010 10110 0 11111 11111 1100110 11001 111010

Color Harmonies of #8AB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB07A

Black with #8AB07A

Text Example


Text Example

White with #8AB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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