Shades of Surfie Green #128077
Tints of Surfie Green #128077
RGB
CMYK
RGB Variations
Color information
#128077 (or 0x128077) is known color: Surfie Green. HEX triplet: 12, 80 and 77. RGB value is (18,128,119). Sum of RGB (Red+Green+Blue) = 18+128+119=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #128077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128077 is #ED7F88. Grayscale: #5E5E5E. Windows color (decimal): -15564681 or 7831570. OLE color: 7831570.
HSL color Cylindrical-coordinate representation of color #128077: hue angle of 175.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128077 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 128 | 119 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.50 |
| HSL | 175.09º | 0.75% | 0.29% | - |
| HSV(B) | 175.09º | 0.86% | 0.5% | - |
| XYZ | 11.3 | 16.9 | 20.12 | - |
| YUV | 94.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 119 | 0.86 | 0 | 0.07 | 0.50 | 175.09 | 0.75 | 0.29 |
| Hex | 12 | 80 | 77 | 56 | 0 | 7 | 32 | AF | 4B | 1D |
| Octal | 22 | 200 | 167 | 126 | 0 | 7 | 62 | 257 | 113 | 35 |
| Binary | 10010 | 10000000 | 1110111 | 1010110 | 0 | 111 | 110010 | 10101111 | 1001011 | 11101 |
Color Harmonies of #128077
Complementary color
Monochromatic Colors of #128077
Black with #128077
Text Example
Text Example
White with #128077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128077; }
p { color: rgb(18,128,119); }
H1.HeaderClassName
{
color: #128077;
}
.AnyTagClassName
{
color: #128077;
}
</style>
background-color css
<style>
a { background-color: #128077; }
a { background-color: rgb(18,128,119); }
div.DivClassName
{
background-color: #128077;
}
.BgClassName
{
background-color: #128077;
}
</style>
border-color css
<style>
span { border-color: #128077; }
span { border-color: rgb(18,128,119); }
td.TdClassName
{
border-color: #128077;
}
.TagClassName
{
border-color: #128077;
}
</style>