Shades of Surfie Green #007072
Tints of Surfie Green #007072
RGB
CMYK
RGB Variations
Color information
#007072 (or 0x007072) is known color: Surfie Green. HEX triplet: 00, 70 and 72. RGB value is (0,112,114). Sum of RGB (Red+Green+Blue) = 0+112+114=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #007072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007072 is #FF8F8D. Grayscale: #4E4E4E. Windows color (decimal): -16748430 or 7499776. OLE color: 7499776.
HSL color Cylindrical-coordinate representation of color #007072: hue angle of 181.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007072 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 112 | 114 | - |
| CMYK | 1 | 0.02 | 0 | 0.55 |
| HSL | 181.05º | 1% | 0.22% | - |
| HSV(B) | 181.05º | 1% | 0.45% | - |
| XYZ | 8.83 | 12.8 | 17.93 | - |
| YUV | 78.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 114 | 1 | 0.02 | 0 | 0.55 | 181.05 | 1 | 0.22 |
| Hex | 0 | 70 | 72 | 64 | 2 | 0 | 37 | B5 | 64 | 16 |
| Octal | 0 | 160 | 162 | 144 | 2 | 0 | 67 | 265 | 144 | 26 |
| Binary | 0 | 1110000 | 1110010 | 1100100 | 10 | 0 | 110111 | 10110101 | 1100100 | 10110 |
Color Harmonies of #007072
Complementary color
Monochromatic Colors of #007072
Black with #007072
Text Example
Text Example
White with #007072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007072; }
p { color: rgb(0,112,114); }
H1.HeaderClassName
{
color: #007072;
}
.AnyTagClassName
{
color: #007072;
}
</style>
background-color css
<style>
a { background-color: #007072; }
a { background-color: rgb(0,112,114); }
div.DivClassName
{
background-color: #007072;
}
.BgClassName
{
background-color: #007072;
}
</style>
border-color css
<style>
span { border-color: #007072; }
span { border-color: rgb(0,112,114); }
td.TdClassName
{
border-color: #007072;
}
.TagClassName
{
border-color: #007072;
}
</style>