Html Css Color HEX #86AF72 Amulet

📋 copy color: '#86AF72'

red 134 ◦ green 175 ◦ blue 114

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

Shades of Amulet #86AF72

Tints of Amulet #86AF72

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 31.68%
G = 41.37%
B = 26.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#86AF72 (or 0x86AF72) is known color: Amulet. HEX triplet: 86, AF and 72. RGB value is (134,175,114). Sum of RGB (Red+Green+Blue) = 134+175+114=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF72 is #79508D. Grayscale: #9B9B9B. Windows color (decimal): -7950478 or 7516038. OLE color: 7516038.

HSL color Cylindrical-coordinate representation of color #86AF72: hue angle of 100.33º 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 #86AF72 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 114 -
CMYK 0.23 0 0.35 0.31
HSL 100.33º 0.28% 0.57% -
HSV(B) 100.33º 0.35% 0.69% -
XYZ 28.2 36.94 21.56 -
YUV 155.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 134 175 114 0.23 0 0.35 0.31 100.33 0.28 0.57
Hex 86 AF 72 17 0 23 1F 64 1C 39
Octal 206 257 162 27 0 43 37 144 34 71
Binary 10000110 10101111 1110010 10111 0 100011 11111 1100100 11100 111001

Color Harmonies of #86AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF72

Black with #86AF72

Text Example


Text Example

White with #86AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,175,114); }

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

background-color css

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

 a { background-color: rgb(134,175,114); }

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

border-color css

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

 span { border-color: rgb(134,175,114); }

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