Shades of Surfie Green #127775
Tints of Surfie Green #127775
RGB
CMYK
RGB Variations
Color information
#127775 (or 0x127775) is known color: Surfie Green. HEX triplet: 12, 77 and 75. RGB value is (18,119,117). Sum of RGB (Red+Green+Blue) = 18+119+117=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #127775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127775 is #ED888A. Grayscale: #585858. Windows color (decimal): -15566987 or 7698194. OLE color: 7698194.
HSL color Cylindrical-coordinate representation of color #127775: hue angle of 178.81º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127775 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 117 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.53 |
| HSL | 178.81º | 0.74% | 0.27% | - |
| HSV(B) | 178.81º | 0.85% | 0.47% | - |
| XYZ | 10.06 | 14.61 | 19.12 | - |
| YUV | 88.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 117 | 0.85 | 0 | 0.02 | 0.53 | 178.81 | 0.74 | 0.27 |
| Hex | 12 | 77 | 75 | 55 | 0 | 2 | 35 | B3 | 4A | 1B |
| Octal | 22 | 167 | 165 | 125 | 0 | 2 | 65 | 263 | 112 | 33 |
| Binary | 10010 | 1110111 | 1110101 | 1010101 | 0 | 10 | 110101 | 10110011 | 1001010 | 11011 |
Color Harmonies of #127775
Complementary color
Monochromatic Colors of #127775
Black with #127775
Text Example
Text Example
White with #127775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127775; }
p { color: rgb(18,119,117); }
H1.HeaderClassName
{
color: #127775;
}
.AnyTagClassName
{
color: #127775;
}
</style>
background-color css
<style>
a { background-color: #127775; }
a { background-color: rgb(18,119,117); }
div.DivClassName
{
background-color: #127775;
}
.BgClassName
{
background-color: #127775;
}
</style>
border-color css
<style>
span { border-color: #127775; }
span { border-color: rgb(18,119,117); }
td.TdClassName
{
border-color: #127775;
}
.TagClassName
{
border-color: #127775;
}
</style>