Html Css Color HEX #86B073 Amulet

📋 copy color: '#86B073'

red 134 ◦ green 176 ◦ blue 115

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

Shades of Amulet #86B073

Tints of Amulet #86B073

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 31.53%
G = 41.41%
B = 27.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#86B073 (or 0x86B073) is known color: Amulet. HEX triplet: 86, B0 and 73. RGB value is (134,176,115). Sum of RGB (Red+Green+Blue) = 134+176+115=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #86B073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B073 is #794F8C. Grayscale: #9C9C9C. Windows color (decimal): -7950221 or 7581830. OLE color: 7581830.

HSL color Cylindrical-coordinate representation of color #86B073: hue angle of 101.31º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86B073 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 176 115 -
CMYK 0.24 0 0.35 0.31
HSL 101.31º 0.28% 0.57% -
HSV(B) 101.31º 0.35% 0.69% -
XYZ 28.45 37.36 21.93 -
YUV 156.49 104.59 111.96 -
System Red Green Blue C M Y K H S L
Decimal 134 176 115 0.24 0 0.35 0.31 101.31 0.28 0.57
Hex 86 B0 73 18 0 23 1F 65 1C 39
Octal 206 260 163 30 0 43 37 145 34 71
Binary 10000110 10110000 1110011 11000 0 100011 11111 1100101 11100 111001

Color Harmonies of #86B073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B073

Black with #86B073

Text Example


Text Example

White with #86B073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,176,115); }

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

background-color css

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

 a { background-color: rgb(134,176,115); }

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

border-color css

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

 span { border-color: rgb(134,176,115); }

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