Html Css Color HEX #86AD75 Amulet

📋 copy color: '#86AD75'

red 134 ◦ green 173 ◦ blue 117

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

Shades of Amulet #86AD75

Tints of Amulet #86AD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 31.6%
G = 40.8%
B = 27.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#86AD75 (or 0x86AD75) is known color: Amulet. HEX triplet: 86, AD and 75. RGB value is (134,173,117). Sum of RGB (Red+Green+Blue) = 134+173+117=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD75 is #79528A. Grayscale: #9B9B9B. Windows color (decimal): -7950987 or 7712134. OLE color: 7712134.

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

Color convert

RGB 134 173 117 -
CMYK 0.23 0 0.32 0.32
HSL 101.79º 0.25% 0.57% -
HSV(B) 101.79º 0.32% 0.68% -
XYZ 27.99 36.24 22.35 -
YUV 154.96 106.58 113.05 -
System Red Green Blue C M Y K H S L
Decimal 134 173 117 0.23 0 0.32 0.32 101.79 0.25 0.57
Hex 86 AD 75 17 0 20 20 66 19 39
Octal 206 255 165 27 0 40 40 146 31 71
Binary 10000110 10101101 1110101 10111 0 100000 100000 1100110 11001 111001

Color Harmonies of #86AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD75

Black with #86AD75

Text Example


Text Example

White with #86AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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