#86B07B

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

Shades of Amulet #86B07B

Tints of Amulet #86B07B

Color information

#86B07B (or 0x86B07B) is unknown color: approx Amulet. HEX triplet: 86, B0 and 7B. RGB value is (134,176,123). Sum of RGB (Red+Green+Blue) = 134+176+123=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #86B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B07B is #794F84. Grayscale: #9D9D9D. Windows color (decimal): -7950213 or 8106118. OLE color: 8106118.

HSL color Cylindrical-coordinate representation of color #86B07B: hue angle of 107.55º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86B07B is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB134176123-
CMYK0.2400.300.31
HSL107.55º25.12%58.63%-
HSV(B)107.55º30.11%69.02%-
XYZ28.9337.5524.46-
YUV157.4108.59111.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=30.95%
G=40.65%
B=28.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341761230.2400.300.31107.5525.1258.63
Hex86B07B1801E1F6c193b
Octal20626017330036371543173
Binary100001101011000011110111100001111011111110110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B07B; }

 p { color: rgb(134,176,123); }

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

<style>
 a { background-color: #86B07B; }

 a { background-color: rgb(134,176,123); }

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

<style>
 span { border-color: #86B07B; }

 span { border-color: rgb(134,176,123); }

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