#7FBF87

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

Shades of De York #7FBF87

Tints of De York #7FBF87

Color information

#7FBF87 (or 0x7FBF87) is unknown color: approx De York. HEX triplet: 7F, BF and 87. RGB value is (127,191,135). Sum of RGB (Red+Green+Blue) = 127+191+135=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBF87 is #804078. Grayscale: #A5A5A5. Windows color (decimal): -8405113 or 8896383. OLE color: 8896383.

HSL color Cylindrical-coordinate representation of color #7FBF87: hue angle of 127.5º degrees, saturation: 0.33, 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 #7FBF87 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB127191135-
CMYK0.3400.290.25
HSL127.5º33.33%62.35%-
HSV(B)127.5º33.51%74.9%-
XYZ31.7643.5229.65-
YUV165.48110.8100.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=28.04%
G=42.16%
B=29.80%

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
Decimal1271911350.3400.290.25127.533.3362.35
Hex7FBF872201D1980213e
Octal17727720742035312004176
Binary111111110111111100001111000100111011100110000000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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