Shades of Surfie Green #008377
Tints of Surfie Green #008377
RGB
CMYK
RGB Variations
Color information
#008377 (or 0x008377) is known color: Surfie Green. HEX triplet: 00, 83 and 77. RGB value is (0,131,119). Sum of RGB (Red+Green+Blue) = 0+131+119=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #008377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008377 is #FF7C88. Grayscale: #5A5A5A. Windows color (decimal): -16743561 or 7832320. OLE color: 7832320.
HSL color Cylindrical-coordinate representation of color #008377: hue angle of 174.5º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008377 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 119 | - |
| CMYK | 1 | 0 | 0.09 | 0.49 |
| HSL | 174.5º | 1% | 0.26% | - |
| HSV(B) | 174.5º | 1% | 0.51% | - |
| XYZ | 11.45 | 17.56 | 20.24 | - |
| YUV | 90.46 | 144.1 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 119 | 1 | 0 | 0.09 | 0.49 | 174.5 | 1 | 0.26 |
| Hex | 0 | 83 | 77 | 64 | 0 | 9 | 31 | AF | 64 | 1A |
| Octal | 0 | 203 | 167 | 144 | 0 | 11 | 61 | 257 | 144 | 32 |
| Binary | 0 | 10000011 | 1110111 | 1100100 | 0 | 1001 | 110001 | 10101111 | 1100100 | 11010 |
Color Harmonies of #008377
Complementary color
Monochromatic Colors of #008377
Black with #008377
Text Example
Text Example
White with #008377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008377; }
p { color: rgb(0,131,119); }
H1.HeaderClassName
{
color: #008377;
}
.AnyTagClassName
{
color: #008377;
}
</style>
background-color css
<style>
a { background-color: #008377; }
a { background-color: rgb(0,131,119); }
div.DivClassName
{
background-color: #008377;
}
.BgClassName
{
background-color: #008377;
}
</style>
border-color css
<style>
span { border-color: #008377; }
span { border-color: rgb(0,131,119); }
td.TdClassName
{
border-color: #008377;
}
.TagClassName
{
border-color: #008377;
}
</style>