Html Css Color HEX #86B37A Amulet

📋 copy color: '#86B37A'

red 134 ◦ green 179 ◦ blue 122

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

Shades of Amulet #86B37A

Tints of Amulet #86B37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.15%

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 30.8%
G = 41.15%
B = 28.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#86B37A (or 0x86B37A) is known color: Amulet. HEX triplet: 86, B3 and 7A. RGB value is (134,179,122). Sum of RGB (Red+Green+Blue) = 134+179+122=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #86B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B37A is #794C85. Grayscale: #9F9F9F. Windows color (decimal): -7949446 or 8041350. OLE color: 8041350.

HSL color Cylindrical-coordinate representation of color #86B37A: hue angle of 107.37º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86B37A is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 122 -
CMYK 0.25 0 0.32 0.30
HSL 107.37º 0.27% 0.59% -
HSV(B) 107.37º 0.32% 0.7% -
XYZ 29.46 38.71 24.33 -
YUV 159.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 134 179 122 0.25 0 0.32 0.30 107.37 0.27 0.59
Hex 86 B3 7A 19 0 20 1E 6B 1B 3B
Octal 206 263 172 31 0 40 36 153 33 73
Binary 10000110 10110011 1111010 11001 0 100000 11110 1101011 11011 111011

Color Harmonies of #86B37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B37A

Black with #86B37A

Text Example


Text Example

White with #86B37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,122); }

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

background-color css

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

 a { background-color: rgb(134,179,122); }

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

border-color css

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

 span { border-color: rgb(134,179,122); }

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