Shades of Surfie Green #04707B
Tints of Surfie Green #04707B
RGB
CMYK
RGB Variations
Color information
#04707B (or 0x04707B) is known color: Surfie Green. HEX triplet: 04, 70 and 7B. RGB value is (4,112,123). Sum of RGB (Red+Green+Blue) = 4+112+123=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #04707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04707B is #FB8F84. Grayscale: #505050. Windows color (decimal): -16486277 or 8089604. OLE color: 8089604.
HSL color Cylindrical-coordinate representation of color #04707B: hue angle of 185.55º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04707B is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 112 | 123 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.52 |
| HSL | 185.55º | 0.94% | 0.25% | - |
| HSV(B) | 185.55º | 0.97% | 0.48% | - |
| XYZ | 9.42 | 13.04 | 20.76 | - |
| YUV | 80.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 123 | 0.97 | 0.09 | 0 | 0.52 | 185.55 | 0.94 | 0.25 |
| Hex | 4 | 70 | 7B | 61 | 9 | 0 | 34 | BA | 5E | 19 |
| Octal | 4 | 160 | 173 | 141 | 11 | 0 | 64 | 272 | 136 | 31 |
| Binary | 100 | 1110000 | 1111011 | 1100001 | 1001 | 0 | 110100 | 10111010 | 1011110 | 11001 |
Color Harmonies of #04707B
Complementary color
Monochromatic Colors of #04707B
Black with #04707B
Text Example
Text Example
White with #04707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04707B; }
p { color: rgb(4,112,123); }
H1.HeaderClassName
{
color: #04707B;
}
.AnyTagClassName
{
color: #04707B;
}
</style>
background-color css
<style>
a { background-color: #04707B; }
a { background-color: rgb(4,112,123); }
div.DivClassName
{
background-color: #04707B;
}
.BgClassName
{
background-color: #04707B;
}
</style>
border-color css
<style>
span { border-color: #04707B; }
span { border-color: rgb(4,112,123); }
td.TdClassName
{
border-color: #04707B;
}
.TagClassName
{
border-color: #04707B;
}
</style>