Shades of Surfie Green #007578
Tints of Surfie Green #007578
RGB
CMYK
RGB Variations
Color information
#007578 (or 0x007578) is known color: Surfie Green. HEX triplet: 00, 75 and 78. RGB value is (0,117,120). Sum of RGB (Red+Green+Blue) = 0+117+120=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #007578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007578 is #FF8A87. Grayscale: #525252. Windows color (decimal): -16747144 or 7894272. OLE color: 7894272.
HSL color Cylindrical-coordinate representation of color #007578: hue angle of 181.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007578 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 117 | 120 | - |
| CMYK | 1 | 0.02 | 0 | 0.53 |
| HSL | 181.5º | 1% | 0.24% | - |
| HSV(B) | 181.5º | 1% | 0.47% | - |
| XYZ | 9.75 | 14.08 | 19.97 | - |
| YUV | 82.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 120 | 1 | 0.02 | 0 | 0.53 | 181.5 | 1 | 0.24 |
| Hex | 0 | 75 | 78 | 64 | 2 | 0 | 35 | B6 | 64 | 18 |
| Octal | 0 | 165 | 170 | 144 | 2 | 0 | 65 | 266 | 144 | 30 |
| Binary | 0 | 1110101 | 1111000 | 1100100 | 10 | 0 | 110101 | 10110110 | 1100100 | 11000 |
Color Harmonies of #007578
Complementary color
Monochromatic Colors of #007578
Black with #007578
Text Example
Text Example
White with #007578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007578; }
p { color: rgb(0,117,120); }
H1.HeaderClassName
{
color: #007578;
}
.AnyTagClassName
{
color: #007578;
}
</style>
background-color css
<style>
a { background-color: #007578; }
a { background-color: rgb(0,117,120); }
div.DivClassName
{
background-color: #007578;
}
.BgClassName
{
background-color: #007578;
}
</style>
border-color css
<style>
span { border-color: #007578; }
span { border-color: rgb(0,117,120); }
td.TdClassName
{
border-color: #007578;
}
.TagClassName
{
border-color: #007578;
}
</style>