Html Css Color HEX #86B575 Amulet

📋 copy color: '#86B575'

red 134 ◦ green 181 ◦ blue 117

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

Shades of Amulet #86B575

Tints of Amulet #86B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

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

R = 31.02%
G = 41.9%
B = 27.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#86B575 (or 0x86B575) is known color: Amulet. HEX triplet: 86, B5 and 75. RGB value is (134,181,117). Sum of RGB (Red+Green+Blue) = 134+181+117=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #86B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B575 is #794A8A. Grayscale: #9F9F9F. Windows color (decimal): -7948939 or 7714182. OLE color: 7714182.

HSL color Cylindrical-coordinate representation of color #86B575: hue angle of 104.06º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86B575 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 117 -
CMYK 0.26 0 0.35 0.29
HSL 104.06º 0.3% 0.58% -
HSV(B) 104.06º 0.35% 0.71% -
XYZ 29.57 39.4 22.88 -
YUV 159.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 134 181 117 0.26 0 0.35 0.29 104.06 0.3 0.58
Hex 86 B5 75 1A 0 23 1D 68 1E 3A
Octal 206 265 165 32 0 43 35 150 36 72
Binary 10000110 10110101 1110101 11010 0 100011 11101 1101000 11110 111010

Color Harmonies of #86B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B575

Black with #86B575

Text Example


Text Example

White with #86B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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