#7FB785

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

Shades of De York #7FB785

Tints of De York #7FB785

Color information

#7FB785 (or 0x7FB785) is unknown color: approx De York. HEX triplet: 7F, B7 and 85. RGB value is (127,183,133). Sum of RGB (Red+Green+Blue) = 127+183+133=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB785 is #80487A. Grayscale: #A0A0A0. Windows color (decimal): -8407163 or 8763263. OLE color: 8763263.

HSL color Cylindrical-coordinate representation of color #7FB785: hue angle of 126.43º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB785 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB127183133-
CMYK0.3100.270.28
HSL126.43º28%60.78%-
HSV(B)126.43º30.6%71.76%-
XYZ29.9240.0728.35-
YUV160.56112.45104.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.67%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=28.67%
G=41.31%
B=30.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271831330.3100.270.28126.432860.78
Hex7FB7851F01B1C7e1c3d
Octal17726720537033341763475
Binary111111110110111100001011111101101111100111111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,183,133); }

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

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

 a { background-color: rgb(127,183,133); }

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

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

 span { border-color: rgb(127,183,133); }

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