#86C07F

Color #86C07F De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #86C07F

Tints of De York #86C07F

Color information

#86C07F (or 0x86C07F) is unknown color: approx De York. HEX triplet: 86, C0 and 7F. RGB value is (134,192,127). Sum of RGB (Red+Green+Blue) = 134+192+127=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #86C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C07F is #793F80. Grayscale: #A7A7A7. Windows color (decimal): -7946113 or 8372358. OLE color: 8372358.

HSL color Cylindrical-coordinate representation of color #86C07F: hue angle of 113.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86C07F is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB134192127-
CMYK0.3000.340.25
HSL113.54º34.03%62.55%-
HSV(B)113.54º33.85%75.29%-
XYZ32.5144.326.92-
YUV167.25105.28104.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 192 (75.39% from 255) = 42.38%
BLUE value IS 127 (50% from 255) = 28.04%
R=29.58%
G=42.38%
B=28.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341921270.3000.340.25113.5434.0362.55
Hex86C07F1E0221972223f
Octal20630017736042311624277
Binary10000110110000001111111111100100010110011110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,192,127); }

 H1.HeaderClassName
 {
   color: #86C07F;
 }
 .AnyTagClassName
 {
   color: #86C07F;
 }
</style>
background-color css

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

 a { background-color: rgb(134,192,127); }

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

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

 span { border-color: rgb(134,192,127); }

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