Shades of Surfie Green #107277
Tints of Surfie Green #107277
RGB
CMYK
RGB Variations
Color information
#107277 (or 0x107277) is known color: Surfie Green. HEX triplet: 10, 72 and 77. RGB value is (16,114,119). Sum of RGB (Red+Green+Blue) = 16+114+119=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #107277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107277 is #EF8D88. Grayscale: #555555. Windows color (decimal): -15699337 or 7827984. OLE color: 7827984.
HSL color Cylindrical-coordinate representation of color #107277: hue angle of 182.91º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107277 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 114 | 119 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.53 |
| HSL | 182.91º | 0.76% | 0.26% | - |
| HSV(B) | 182.91º | 0.87% | 0.47% | - |
| XYZ | 9.56 | 13.48 | 19.55 | - |
| YUV | 85.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 119 | 0.87 | 0.04 | 0 | 0.53 | 182.91 | 0.76 | 0.26 |
| Hex | 10 | 72 | 77 | 57 | 4 | 0 | 35 | B7 | 4C | 1A |
| Octal | 20 | 162 | 167 | 127 | 4 | 0 | 65 | 267 | 114 | 32 |
| Binary | 10000 | 1110010 | 1110111 | 1010111 | 100 | 0 | 110101 | 10110111 | 1001100 | 11010 |
Color Harmonies of #107277
Complementary color
Monochromatic Colors of #107277
Black with #107277
Text Example
Text Example
White with #107277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107277; }
p { color: rgb(16,114,119); }
H1.HeaderClassName
{
color: #107277;
}
.AnyTagClassName
{
color: #107277;
}
</style>
background-color css
<style>
a { background-color: #107277; }
a { background-color: rgb(16,114,119); }
div.DivClassName
{
background-color: #107277;
}
.BgClassName
{
background-color: #107277;
}
</style>
border-color css
<style>
span { border-color: #107277; }
span { border-color: rgb(16,114,119); }
td.TdClassName
{
border-color: #107277;
}
.TagClassName
{
border-color: #107277;
}
</style>