Html Css Color HEX #8BA77D Amulet

📋 copy color: '#8BA77D'

red 139 ◦ green 167 ◦ blue 125

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

Shades of Amulet #8BA77D

Tints of Amulet #8BA77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.75%

 BLUE value IS 125 (49.22% from 255) = 29%

R = 32.25%
G = 38.75%
B = 29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#8BA77D (or 0x8BA77D) is known color: Amulet. HEX triplet: 8B, A7 and 7D. RGB value is (139,167,125). Sum of RGB (Red+Green+Blue) = 139+167+125=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA77D is #745882. Grayscale: #999999. Windows color (decimal): -7624835 or 8234891. OLE color: 8234891.

HSL color Cylindrical-coordinate representation of color #8BA77D: hue angle of 100º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BA77D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 167 125 -
CMYK 0.17 0 0.25 0.35
HSL 100º 0.19% 0.57% -
HSV(B) 100º 0.25% 0.65% -
XYZ 28.17 34.61 24.6 -
YUV 153.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 139 167 125 0.17 0 0.25 0.35 100 0.19 0.57
Hex 8B A7 7D 11 0 19 23 64 13 39
Octal 213 247 175 21 0 31 43 144 23 71
Binary 10001011 10100111 1111101 10001 0 11001 100011 1100100 10011 111001

Color Harmonies of #8BA77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA77D

Black with #8BA77D

Text Example


Text Example

White with #8BA77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,167,125); }

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

background-color css

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

 a { background-color: rgb(139,167,125); }

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

border-color css

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

 span { border-color: rgb(139,167,125); }

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