Shades of Surfie Green #007279
Tints of Surfie Green #007279
RGB
CMYK
RGB Variations
Color information
#007279 (or 0x007279) is known color: Surfie Green. HEX triplet: 00, 72 and 79. RGB value is (0,114,121). Sum of RGB (Red+Green+Blue) = 0+114+121=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #007279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007279 is #FF8D86. Grayscale: #505050. Windows color (decimal): -16747911 or 7959040. OLE color: 7959040.
HSL color Cylindrical-coordinate representation of color #007279: hue angle of 183.47º 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 #007279 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 114 | 121 | - |
| CMYK | 1 | 0.06 | 0 | 0.53 |
| HSL | 183.47º | 1% | 0.24% | - |
| HSV(B) | 183.47º | 1% | 0.47% | - |
| XYZ | 9.47 | 13.42 | 20.18 | - |
| YUV | 80.71 | 150.73 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 121 | 1 | 0.06 | 0 | 0.53 | 183.47 | 1 | 0.24 |
| Hex | 0 | 72 | 79 | 64 | 6 | 0 | 35 | B7 | 64 | 18 |
| Octal | 0 | 162 | 171 | 144 | 6 | 0 | 65 | 267 | 144 | 30 |
| Binary | 0 | 1110010 | 1111001 | 1100100 | 110 | 0 | 110101 | 10110111 | 1100100 | 11000 |
Color Harmonies of #007279
Complementary color
Monochromatic Colors of #007279
Black with #007279
Text Example
Text Example
White with #007279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007279; }
p { color: rgb(0,114,121); }
H1.HeaderClassName
{
color: #007279;
}
.AnyTagClassName
{
color: #007279;
}
</style>
background-color css
<style>
a { background-color: #007279; }
a { background-color: rgb(0,114,121); }
div.DivClassName
{
background-color: #007279;
}
.BgClassName
{
background-color: #007279;
}
</style>
border-color css
<style>
span { border-color: #007279; }
span { border-color: rgb(0,114,121); }
td.TdClassName
{
border-color: #007279;
}
.TagClassName
{
border-color: #007279;
}
</style>