Shades of De York #7BB27D
Tints of De York #7BB27D
RGB
CMYK
RGB Variations
Color information
#7BB27D (or 0x7BB27D) is known color: De York. HEX triplet: 7B, B2 and 7D. RGB value is (123,178,125). Sum of RGB (Red+Green+Blue) = 123+178+125=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB27D is #844D82. Grayscale: #9B9B9B. Windows color (decimal): -8670595 or 8237691. OLE color: 8237691.
HSL color Cylindrical-coordinate representation of color #7BB27D: hue angle of 122.18º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB27D is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 178 | 125 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.30 |
| HSL | 122.18º | 0.26% | 0.59% | - |
| HSV(B) | 122.18º | 0.31% | 0.7% | - |
| XYZ | 27.79 | 37.53 | 25.18 | - |
| YUV | 155.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 125 | 0.31 | 0 | 0.30 | 0.30 | 122.18 | 0.26 | 0.59 |
| Hex | 7B | B2 | 7D | 1F | 0 | 1E | 1E | 7A | 1A | 3B |
| Octal | 173 | 262 | 175 | 37 | 0 | 36 | 36 | 172 | 32 | 73 |
| Binary | 1111011 | 10110010 | 1111101 | 11111 | 0 | 11110 | 11110 | 1111010 | 11010 | 111011 |
Color Harmonies of #7BB27D
Complementary color
Monochromatic Colors of #7BB27D
Black with #7BB27D
Text Example
Text Example
White with #7BB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB27D; }
p { color: rgb(123,178,125); }
H1.HeaderClassName
{
color: #7BB27D;
}
.AnyTagClassName
{
color: #7BB27D;
}
</style>
background-color css
<style>
a { background-color: #7BB27D; }
a { background-color: rgb(123,178,125); }
div.DivClassName
{
background-color: #7BB27D;
}
.BgClassName
{
background-color: #7BB27D;
}
</style>
border-color css
<style>
span { border-color: #7BB27D; }
span { border-color: rgb(123,178,125); }
td.TdClassName
{
border-color: #7BB27D;
}
.TagClassName
{
border-color: #7BB27D;
}
</style>