Html Css Color HEX #86AF8F Envy

📋 copy color: '#86AF8F'

red 134 ◦ green 175 ◦ blue 143

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

Shades of Envy #86AF8F

Tints of Envy #86AF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.64%

R = 29.65%
G = 38.72%
B = 31.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#86AF8F (or 0x86AF8F) is known color: Envy. HEX triplet: 86, AF and 8F. RGB value is (134,175,143). Sum of RGB (Red+Green+Blue) = 134+175+143=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF8F is #795070. Grayscale: #9F9F9F. Windows color (decimal): -7950449 or 9416582. OLE color: 9416582.

HSL color Cylindrical-coordinate representation of color #86AF8F: hue angle of 133.17º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AF8F is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 143 -
CMYK 0.23 0 0.18 0.31
HSL 133.17º 0.2% 0.61% -
HSV(B) 133.17º 0.23% 0.69% -
XYZ 30.12 37.71 31.68 -
YUV 159.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 134 175 143 0.23 0 0.18 0.31 133.17 0.2 0.61
Hex 86 AF 8F 17 0 12 1F 85 14 3D
Octal 206 257 217 27 0 22 37 205 24 75
Binary 10000110 10101111 10001111 10111 0 10010 11111 10000101 10100 111101

Color Harmonies of #86AF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF8F

Black with #86AF8F

Text Example


Text Example

White with #86AF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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