Shades of Surfie Green #007477
Tints of Surfie Green #007477
RGB
CMYK
RGB Variations
Color information
#007477 (or 0x007477) is known color: Surfie Green. HEX triplet: 00, 74 and 77. RGB value is (0,116,119). Sum of RGB (Red+Green+Blue) = 0+116+119=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #007477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007477 is #FF8B88. Grayscale: #515151. Windows color (decimal): -16747401 or 7828480. OLE color: 7828480.
HSL color Cylindrical-coordinate representation of color #007477: hue angle of 181.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007477 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 116 | 119 | - |
| CMYK | 1 | 0.03 | 0 | 0.53 |
| HSL | 181.51º | 1% | 0.23% | - |
| HSV(B) | 181.51º | 1% | 0.47% | - |
| XYZ | 9.58 | 13.82 | 19.62 | - |
| YUV | 81.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 119 | 1 | 0.03 | 0 | 0.53 | 181.51 | 1 | 0.23 |
| Hex | 0 | 74 | 77 | 64 | 3 | 0 | 35 | B6 | 64 | 17 |
| Octal | 0 | 164 | 167 | 144 | 3 | 0 | 65 | 266 | 144 | 27 |
| Binary | 0 | 1110100 | 1110111 | 1100100 | 11 | 0 | 110101 | 10110110 | 1100100 | 10111 |
Color Harmonies of #007477
Complementary color
Monochromatic Colors of #007477
Black with #007477
Text Example
Text Example
White with #007477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007477; }
p { color: rgb(0,116,119); }
H1.HeaderClassName
{
color: #007477;
}
.AnyTagClassName
{
color: #007477;
}
</style>
background-color css
<style>
a { background-color: #007477; }
a { background-color: rgb(0,116,119); }
div.DivClassName
{
background-color: #007477;
}
.BgClassName
{
background-color: #007477;
}
</style>
border-color css
<style>
span { border-color: #007477; }
span { border-color: rgb(0,116,119); }
td.TdClassName
{
border-color: #007477;
}
.TagClassName
{
border-color: #007477;
}
</style>