#86AF7D

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

Shades of Amulet #86AF7D

Tints of Amulet #86AF7D

Color information

#86AF7D (or 0x86AF7D) is unknown color: approx Amulet. HEX triplet: 86, AF and 7D. RGB value is (134,175,125). Sum of RGB (Red+Green+Blue) = 134+175+125=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF7D is #795082. Grayscale: #9D9D9D. Windows color (decimal): -7950467 or 8236934. OLE color: 8236934.

HSL color Cylindrical-coordinate representation of color #86AF7D: hue angle of 109.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 #86AF7D is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB134175125-
CMYK0.2300.290.31
HSL109.2º23.81%58.82%-
HSV(B)109.2º28.57%68.63%-
XYZ28.8637.2125.06-
YUV157.04109.92111.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=30.88%
G=40.32%
B=28.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751250.2300.290.31109.223.8158.82
Hex86AF7D1701D1F6d183b
Octal20625717527035371553073
Binary100001101010111111111011011101110111111110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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