Html Css Color HEX #86AD79 Amulet

📋 copy color: '#86AD79'

red 134 ◦ green 173 ◦ blue 121

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

Shades of Amulet #86AD79

Tints of Amulet #86AD79

RGB

 RED value IS 134 (52.73% from 255) = 31.31%

 GREEN value IS 173 (67.97% from 255) = 40.42%

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 31.31%
G = 40.42%
B = 28.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#86AD79 (or 0x86AD79) is known color: Amulet. HEX triplet: 86, AD and 79. RGB value is (134,173,121). Sum of RGB (Red+Green+Blue) = 134+173+121=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD79 is #795286. Grayscale: #9B9B9B. Windows color (decimal): -7950983 or 7974278. OLE color: 7974278.

HSL color Cylindrical-coordinate representation of color #86AD79: hue angle of 105º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86AD79 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 121 -
CMYK 0.23 0 0.30 0.32
HSL 105º 0.24% 0.58% -
HSV(B) 105º 0.3% 0.68% -
XYZ 28.23 36.34 23.62 -
YUV 155.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 134 173 121 0.23 0 0.30 0.32 105 0.24 0.58
Hex 86 AD 79 17 0 1E 20 69 18 3A
Octal 206 255 171 27 0 36 40 151 30 72
Binary 10000110 10101101 1111001 10111 0 11110 100000 1101001 11000 111010

Color Harmonies of #86AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD79

Black with #86AD79

Text Example


Text Example

White with #86AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,121); }

 H1.HeaderClassName
 {
   color: #86AD79;
 }
 .AnyTagClassName
 {
   color: #86AD79;
 }
</style>

background-color css

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

 a { background-color: rgb(134,173,121); }

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

border-color css

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

 span { border-color: rgb(134,173,121); }

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