Shades of De York #76C375
Tints of De York #76C375
RGB
CMYK
RGB Variations
Color information
#76C375 (or 0x76C375) is known color: De York. HEX triplet: 76, C3 and 75. RGB value is (118,195,117). Sum of RGB (Red+Green+Blue) = 118+195+117=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #76C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C375 is #893C8A. Grayscale: #A3A3A3. Windows color (decimal): -8993931 or 7717750. OLE color: 7717750.
HSL color Cylindrical-coordinate representation of color #76C375: hue angle of 119.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C375 is Cyan = 0.39, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 117 | - |
| CMYK | 0.39 | 0 | 0.4 | 0.24 |
| HSL | 119.23º | 0.39% | 0.61% | - |
| HSV(B) | 119.23º | 0.4% | 0.76% | - |
| XYZ | 30.2 | 44.17 | 23.76 | - |
| YUV | 163.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 117 | 0.39 | 0 | 0.4 | 0.24 | 119.23 | 0.39 | 0.61 |
| Hex | 76 | C3 | 75 | 27 | 0 | 28 | 18 | 77 | 27 | 3D |
| Octal | 166 | 303 | 165 | 47 | 0 | 50 | 30 | 167 | 47 | 75 |
| Binary | 1110110 | 11000011 | 1110101 | 100111 | 0 | 101000 | 11000 | 1110111 | 100111 | 111101 |
Color Harmonies of #76C375
Complementary color
Monochromatic Colors of #76C375
Black with #76C375
Text Example
Text Example
White with #76C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C375; }
p { color: rgb(118,195,117); }
H1.HeaderClassName
{
color: #76C375;
}
.AnyTagClassName
{
color: #76C375;
}
</style>
background-color css
<style>
a { background-color: #76C375; }
a { background-color: rgb(118,195,117); }
div.DivClassName
{
background-color: #76C375;
}
.BgClassName
{
background-color: #76C375;
}
</style>
border-color css
<style>
span { border-color: #76C375; }
span { border-color: rgb(118,195,117); }
td.TdClassName
{
border-color: #76C375;
}
.TagClassName
{
border-color: #76C375;
}
</style>