Shades of Surfie Green #147975
Tints of Surfie Green #147975
RGB
CMYK
RGB Variations
Color information
#147975 (or 0x147975) is known color: Surfie Green. HEX triplet: 14, 79 and 75. RGB value is (20,121,117). Sum of RGB (Red+Green+Blue) = 20+121+117=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #147975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147975 is #EB868A. Grayscale: #5A5A5A. Windows color (decimal): -15435403 or 7698708. OLE color: 7698708.
HSL color Cylindrical-coordinate representation of color #147975: hue angle of 177.62º 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 #147975 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 121 | 117 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.53 |
| HSL | 177.62º | 0.72% | 0.28% | - |
| HSV(B) | 177.62º | 0.83% | 0.47% | - |
| XYZ | 10.34 | 15.11 | 19.2 | - |
| YUV | 90.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 117 | 0.83 | 0 | 0.03 | 0.53 | 177.62 | 0.72 | 0.28 |
| Hex | 14 | 79 | 75 | 53 | 0 | 3 | 35 | B2 | 48 | 1C |
| Octal | 24 | 171 | 165 | 123 | 0 | 3 | 65 | 262 | 110 | 34 |
| Binary | 10100 | 1111001 | 1110101 | 1010011 | 0 | 11 | 110101 | 10110010 | 1001000 | 11100 |
Color Harmonies of #147975
Complementary color
Monochromatic Colors of #147975
Black with #147975
Text Example
Text Example
White with #147975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147975; }
p { color: rgb(20,121,117); }
H1.HeaderClassName
{
color: #147975;
}
.AnyTagClassName
{
color: #147975;
}
</style>
background-color css
<style>
a { background-color: #147975; }
a { background-color: rgb(20,121,117); }
div.DivClassName
{
background-color: #147975;
}
.BgClassName
{
background-color: #147975;
}
</style>
border-color css
<style>
span { border-color: #147975; }
span { border-color: rgb(20,121,117); }
td.TdClassName
{
border-color: #147975;
}
.TagClassName
{
border-color: #147975;
}
</style>