#8BAF7D

Color #8BAF7D Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #8BAF7D

Tints of Amulet #8BAF7D

Color information

#8BAF7D (or 0x8BAF7D) is unknown color: approx Amulet. HEX triplet: 8B, AF and 7D. RGB value is (139,175,125). Sum of RGB (Red+Green+Blue) = 139+175+125=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF7D is #745082. Grayscale: #9E9E9E. Windows color (decimal): -7622787 or 8236939. OLE color: 8236939.

HSL color Cylindrical-coordinate representation of color #8BAF7D: hue angle of 103.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BAF7D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB139175125-
CMYK0.2100.290.31
HSL103.2º23.81%58.82%-
HSV(B)103.2º28.57%68.63%-
XYZ29.6837.6325.1-
YUV158.54109.07114.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 125 (49.22% from 255) = 28.47%
R=31.66%
G=39.86%
B=28.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751250.2100.290.31103.223.8158.82
Hex8BAF7D1501D1F67183b
Octal21325717525035371473073
Binary100010111010111111111011010101110111111110011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BAF7D;
 }
 .AnyTagClassName
 {
   color: #8BAF7D;
 }
</style>
background-color css

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

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

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

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

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

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