Shades of Surfie Green #127C78
Tints of Surfie Green #127C78
RGB
CMYK
RGB Variations
Color information
#127C78 (or 0x127C78) is known color: Surfie Green. HEX triplet: 12, 7C and 78. RGB value is (18,124,120). Sum of RGB (Red+Green+Blue) = 18+124+120=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #127C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C78 is #ED8387. Grayscale: #5B5B5B. Windows color (decimal): -15565704 or 7896082. OLE color: 7896082.
HSL color Cylindrical-coordinate representation of color #127C78: hue angle of 177.74º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C78 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 120 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.51 |
| HSL | 177.74º | 0.75% | 0.28% | - |
| HSV(B) | 177.74º | 0.85% | 0.49% | - |
| XYZ | 10.85 | 15.9 | 20.27 | - |
| YUV | 91.85 | 143.88 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 120 | 0.85 | 0 | 0.03 | 0.51 | 177.74 | 0.75 | 0.28 |
| Hex | 12 | 7C | 78 | 55 | 0 | 3 | 33 | B2 | 4B | 1C |
| Octal | 22 | 174 | 170 | 125 | 0 | 3 | 63 | 262 | 113 | 34 |
| Binary | 10010 | 1111100 | 1111000 | 1010101 | 0 | 11 | 110011 | 10110010 | 1001011 | 11100 |
Color Harmonies of #127C78
Complementary color
Monochromatic Colors of #127C78
Black with #127C78
Text Example
Text Example
White with #127C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C78; }
p { color: rgb(18,124,120); }
H1.HeaderClassName
{
color: #127C78;
}
.AnyTagClassName
{
color: #127C78;
}
</style>
background-color css
<style>
a { background-color: #127C78; }
a { background-color: rgb(18,124,120); }
div.DivClassName
{
background-color: #127C78;
}
.BgClassName
{
background-color: #127C78;
}
</style>
border-color css
<style>
span { border-color: #127C78; }
span { border-color: rgb(18,124,120); }
td.TdClassName
{
border-color: #127C78;
}
.TagClassName
{
border-color: #127C78;
}
</style>