Shades of De York #7BC68A
Tints of De York #7BC68A
RGB
CMYK
RGB Variations
Color information
#7BC68A (or 0x7BC68A) is known color: De York. HEX triplet: 7B, C6 and 8A. RGB value is (123,198,138). Sum of RGB (Red+Green+Blue) = 123+198+138=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC68A is #843975. Grayscale: #A8A8A8. Windows color (decimal): -8665462 or 9094779. OLE color: 9094779.
HSL color Cylindrical-coordinate representation of color #7BC68A: hue angle of 132º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC68A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 138 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.22 |
| HSL | 132º | 0.4% | 0.63% | - |
| HSV(B) | 132º | 0.38% | 0.78% | - |
| XYZ | 32.95 | 46.43 | 31.27 | - |
| YUV | 168.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 138 | 0.38 | 0 | 0.30 | 0.22 | 132 | 0.4 | 0.63 |
| Hex | 7B | C6 | 8A | 26 | 0 | 1E | 16 | 84 | 28 | 3F |
| Octal | 173 | 306 | 212 | 46 | 0 | 36 | 26 | 204 | 50 | 77 |
| Binary | 1111011 | 11000110 | 10001010 | 100110 | 0 | 11110 | 10110 | 10000100 | 101000 | 111111 |
Color Harmonies of #7BC68A
Complementary color
Monochromatic Colors of #7BC68A
Black with #7BC68A
Text Example
Text Example
White with #7BC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC68A; }
p { color: rgb(123,198,138); }
H1.HeaderClassName
{
color: #7BC68A;
}
.AnyTagClassName
{
color: #7BC68A;
}
</style>
background-color css
<style>
a { background-color: #7BC68A; }
a { background-color: rgb(123,198,138); }
div.DivClassName
{
background-color: #7BC68A;
}
.BgClassName
{
background-color: #7BC68A;
}
</style>
border-color css
<style>
span { border-color: #7BC68A; }
span { border-color: rgb(123,198,138); }
td.TdClassName
{
border-color: #7BC68A;
}
.TagClassName
{
border-color: #7BC68A;
}
</style>