Html Css Color HEX #8BAF79 Amulet

📋 copy color: '#8BAF79'

red 139 ◦ green 175 ◦ blue 121

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

Shades of Amulet #8BAF79

Tints of Amulet #8BAF79

RGB

 RED value IS 139 (54.69% from 255) = 31.95%

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

 BLUE value IS 121 (47.66% from 255) = 27.82%

R = 31.95%
G = 40.23%
B = 27.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#8BAF79 (or 0x8BAF79) is known color: Amulet. HEX triplet: 8B, AF and 79. RGB value is (139,175,121). Sum of RGB (Red+Green+Blue) = 139+175+121=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF79 is #745086. Grayscale: #9E9E9E. Windows color (decimal): -7622791 or 7974795. OLE color: 7974795.

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

Color convert

RGB 139 175 121 -
CMYK 0.21 0 0.31 0.31
HSL 100º 0.25% 0.58% -
HSV(B) 100º 0.31% 0.69% -
XYZ 29.43 37.53 23.78 -
YUV 158.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 139 175 121 0.21 0 0.31 0.31 100 0.25 0.58
Hex 8B AF 79 15 0 1F 1F 64 19 3A
Octal 213 257 171 25 0 37 37 144 31 72
Binary 10001011 10101111 1111001 10101 0 11111 11111 1100100 11001 111010

Color Harmonies of #8BAF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF79

Black with #8BAF79

Text Example


Text Example

White with #8BAF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,175,121); }

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

background-color css

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

 a { background-color: rgb(139,175,121); }

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

border-color css

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

 span { border-color: rgb(139,175,121); }

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