Shades of Surfie Green #147679
Tints of Surfie Green #147679
RGB
CMYK
RGB Variations
Color information
#147679 (or 0x147679) is known color: Surfie Green. HEX triplet: 14, 76 and 79. RGB value is (20,118,121). Sum of RGB (Red+Green+Blue) = 20+118+121=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #147679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147679 is #EB8986. Grayscale: #585858. Windows color (decimal): -15436167 or 7960084. OLE color: 7960084.
HSL color Cylindrical-coordinate representation of color #147679: hue angle of 181.78º 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 #147679 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 118 | 121 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.53 |
| HSL | 181.78º | 0.72% | 0.28% | - |
| HSV(B) | 181.78º | 0.83% | 0.47% | - |
| XYZ | 10.22 | 14.49 | 20.35 | - |
| YUV | 89.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 121 | 0.83 | 0.02 | 0 | 0.53 | 181.78 | 0.72 | 0.28 |
| Hex | 14 | 76 | 79 | 53 | 2 | 0 | 35 | B6 | 48 | 1C |
| Octal | 24 | 166 | 171 | 123 | 2 | 0 | 65 | 266 | 110 | 34 |
| Binary | 10100 | 1110110 | 1111001 | 1010011 | 10 | 0 | 110101 | 10110110 | 1001000 | 11100 |
Color Harmonies of #147679
Complementary color
Monochromatic Colors of #147679
Black with #147679
Text Example
Text Example
White with #147679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147679; }
p { color: rgb(20,118,121); }
H1.HeaderClassName
{
color: #147679;
}
.AnyTagClassName
{
color: #147679;
}
</style>
background-color css
<style>
a { background-color: #147679; }
a { background-color: rgb(20,118,121); }
div.DivClassName
{
background-color: #147679;
}
.BgClassName
{
background-color: #147679;
}
</style>
border-color css
<style>
span { border-color: #147679; }
span { border-color: rgb(20,118,121); }
td.TdClassName
{
border-color: #147679;
}
.TagClassName
{
border-color: #147679;
}
</style>