#7FBF80

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

Shades of De York #7FBF80

Tints of De York #7FBF80

Color information

#7FBF80 (or 0x7FBF80) is unknown color: approx De York. HEX triplet: 7F, BF and 80. RGB value is (127,191,128). Sum of RGB (Red+Green+Blue) = 127+191+128=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBF80 is #80407F. Grayscale: #A4A4A4. Windows color (decimal): -8405120 or 8437631. OLE color: 8437631.

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

Color convert

RGB127191128-
CMYK0.3400.330.25
HSL120.94º33.33%62.35%-
HSV(B)120.94º33.51%74.9%-
XYZ31.2843.3327.14-
YUV164.68107.3101.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.48%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=28.48%
G=42.83%
B=28.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271911280.3400.330.25120.9433.3362.35
Hex7FBF80220211979213e
Octal17727720042041311714176
Binary111111110111111100000001000100100001110011111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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