Shades of Surfie Green #0D8377
Tints of Surfie Green #0D8377
RGB
CMYK
RGB Variations
Color information
#0D8377 (or 0x0D8377) is known color: Surfie Green. HEX triplet: 0D, 83 and 77. RGB value is (13,131,119). Sum of RGB (Red+Green+Blue) = 13+131+119=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8377 is #F27C88. Grayscale: #5E5E5E. Windows color (decimal): -15891593 or 7832333. OLE color: 7832333.
HSL color Cylindrical-coordinate representation of color #0D8377: hue angle of 173.9º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8377 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 131 | 119 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.49 |
| HSL | 173.9º | 0.82% | 0.28% | - |
| HSV(B) | 173.9º | 0.9% | 0.51% | - |
| XYZ | 11.61 | 17.65 | 20.25 | - |
| YUV | 94.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 119 | 0.90 | 0 | 0.09 | 0.49 | 173.9 | 0.82 | 0.28 |
| Hex | D | 83 | 77 | 5A | 0 | 9 | 31 | AE | 52 | 1C |
| Octal | 15 | 203 | 167 | 132 | 0 | 11 | 61 | 256 | 122 | 34 |
| Binary | 1101 | 10000011 | 1110111 | 1011010 | 0 | 1001 | 110001 | 10101110 | 1010010 | 11100 |
Color Harmonies of #0D8377
Complementary color
Monochromatic Colors of #0D8377
Black with #0D8377
Text Example
Text Example
White with #0D8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8377; }
p { color: rgb(13,131,119); }
H1.HeaderClassName
{
color: #0D8377;
}
.AnyTagClassName
{
color: #0D8377;
}
</style>
background-color css
<style>
a { background-color: #0D8377; }
a { background-color: rgb(13,131,119); }
div.DivClassName
{
background-color: #0D8377;
}
.BgClassName
{
background-color: #0D8377;
}
</style>
border-color css
<style>
span { border-color: #0D8377; }
span { border-color: rgb(13,131,119); }
td.TdClassName
{
border-color: #0D8377;
}
.TagClassName
{
border-color: #0D8377;
}
</style>