Html Css Color HEX #8BA67D Amulet

📋 copy color: '#8BA67D'

red 139 ◦ green 166 ◦ blue 125

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

Shades of Amulet #8BA67D

Tints of Amulet #8BA67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.6%

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

R = 32.33%
G = 38.6%
B = 29.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#8BA67D (or 0x8BA67D) is known color: Amulet. HEX triplet: 8B, A6 and 7D. RGB value is (139,166,125). Sum of RGB (Red+Green+Blue) = 139+166+125=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA67D is #745982. Grayscale: #999999. Windows color (decimal): -7625091 or 8234635. OLE color: 8234635.

HSL color Cylindrical-coordinate representation of color #8BA67D: hue angle of 99.51º 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 #8BA67D is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 166 125 -
CMYK 0.16 0 0.25 0.35
HSL 99.51º 0.19% 0.57% -
HSV(B) 99.51º 0.25% 0.65% -
XYZ 27.99 34.24 24.54 -
YUV 153.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 139 166 125 0.16 0 0.25 0.35 99.51 0.19 0.57
Hex 8B A6 7D 10 0 19 23 64 13 39
Octal 213 246 175 20 0 31 43 144 23 71
Binary 10001011 10100110 1111101 10000 0 11001 100011 1100100 10011 111001

Color Harmonies of #8BA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA67D

Black with #8BA67D

Text Example


Text Example

White with #8BA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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