Shades of Surfie Green #147976
Tints of Surfie Green #147976
RGB
CMYK
RGB Variations
Color information
#147976 (or 0x147976) is known color: Surfie Green. HEX triplet: 14, 79 and 76. RGB value is (20,121,118). Sum of RGB (Red+Green+Blue) = 20+121+118=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #147976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147976 is #EB8689. Grayscale: #5A5A5A. Windows color (decimal): -15435402 or 7764244. OLE color: 7764244.
HSL color Cylindrical-coordinate representation of color #147976: hue angle of 178.22º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147976 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 121 | 118 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.53 |
| HSL | 178.22º | 0.72% | 0.28% | - |
| HSV(B) | 178.22º | 0.83% | 0.47% | - |
| XYZ | 10.4 | 15.13 | 19.51 | - |
| YUV | 90.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 118 | 0.83 | 0 | 0.02 | 0.53 | 178.22 | 0.72 | 0.28 |
| Hex | 14 | 79 | 76 | 53 | 0 | 2 | 35 | B2 | 48 | 1C |
| Octal | 24 | 171 | 166 | 123 | 0 | 2 | 65 | 262 | 110 | 34 |
| Binary | 10100 | 1111001 | 1110110 | 1010011 | 0 | 10 | 110101 | 10110010 | 1001000 | 11100 |
Color Harmonies of #147976
Complementary color
Monochromatic Colors of #147976
Black with #147976
Text Example
Text Example
White with #147976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147976; }
p { color: rgb(20,121,118); }
H1.HeaderClassName
{
color: #147976;
}
.AnyTagClassName
{
color: #147976;
}
</style>
background-color css
<style>
a { background-color: #147976; }
a { background-color: rgb(20,121,118); }
div.DivClassName
{
background-color: #147976;
}
.BgClassName
{
background-color: #147976;
}
</style>
border-color css
<style>
span { border-color: #147976; }
span { border-color: rgb(20,121,118); }
td.TdClassName
{
border-color: #147976;
}
.TagClassName
{
border-color: #147976;
}
</style>