Shades of De York #7FBB7F
Tints of De York #7FBB7F
RGB
CMYK
RGB Variations
Color information
#7FBB7F (or 0x7FBB7F) is known color: De York. HEX triplet: 7F, BB and 7F. RGB value is (127,187,127). Sum of RGB (Red+Green+Blue) = 127+187+127=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBB7F is #804480. Grayscale: #A2A2A2. Windows color (decimal): -8406145 or 8371071. OLE color: 8371071.
HSL color Cylindrical-coordinate representation of color #7FBB7F: hue angle of 120º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBB7F is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 127 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.27 |
| HSL | 120º | 0.31% | 0.62% | - |
| HSV(B) | 120º | 0.32% | 0.73% | - |
| XYZ | 30.35 | 41.58 | 26.51 | - |
| YUV | 162.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 127 | 0.32 | 0 | 0.32 | 0.27 | 120 | 0.31 | 0.62 |
| Hex | 7F | BB | 7F | 20 | 0 | 20 | 1B | 78 | 1F | 3E |
| Octal | 177 | 273 | 177 | 40 | 0 | 40 | 33 | 170 | 37 | 76 |
| Binary | 1111111 | 10111011 | 1111111 | 100000 | 0 | 100000 | 11011 | 1111000 | 11111 | 111110 |
Color Harmonies of #7FBB7F
Complementary color
Monochromatic Colors of #7FBB7F
Black with #7FBB7F
Text Example
Text Example
White with #7FBB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBB7F; }
p { color: rgb(127,187,127); }
H1.HeaderClassName
{
color: #7FBB7F;
}
.AnyTagClassName
{
color: #7FBB7F;
}
</style>
background-color css
<style>
a { background-color: #7FBB7F; }
a { background-color: rgb(127,187,127); }
div.DivClassName
{
background-color: #7FBB7F;
}
.BgClassName
{
background-color: #7FBB7F;
}
</style>
border-color css
<style>
span { border-color: #7FBB7F; }
span { border-color: rgb(127,187,127); }
td.TdClassName
{
border-color: #7FBB7F;
}
.TagClassName
{
border-color: #7FBB7F;
}
</style>