#7EBF87

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

Shades of De York #7EBF87

Tints of De York #7EBF87

Color information

#7EBF87 (or 0x7EBF87) is unknown color: approx De York. HEX triplet: 7E, BF and 87. RGB value is (126,191,135). Sum of RGB (Red+Green+Blue) = 126+191+135=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBF87 is #814078. Grayscale: #A5A5A5. Windows color (decimal): -8470649 or 8896382. OLE color: 8896382.

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

Color convert

RGB126191135-
CMYK0.3400.290.25
HSL128.31º33.68%62.16%-
HSV(B)128.31º34.03%74.9%-
XYZ31.6143.4529.64-
YUV165.18110.97100.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.88%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=27.88%
G=42.26%
B=29.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911350.3400.290.25128.3133.6862.16
Hex7EBF872201D1980223e
Octal17627720742035312004276
Binary111111010111111100001111000100111011100110000000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EBF87; }

 p { color: rgb(126,191,135); }

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

<style>
 a { background-color: #7EBF87; }

 a { background-color: rgb(126,191,135); }

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

<style>
 span { border-color: #7EBF87; }

 span { border-color: rgb(126,191,135); }

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