Shades of Surfie Green #007074
Tints of Surfie Green #007074
RGB
CMYK
RGB Variations
Color information
#007074 (or 0x007074) is known color: Surfie Green. HEX triplet: 00, 70 and 74. RGB value is (0,112,116). Sum of RGB (Red+Green+Blue) = 0+112+116=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #007074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007074 is #FF8F8B. Grayscale: #4E4E4E. Windows color (decimal): -16748428 or 7630848. OLE color: 7630848.
HSL color Cylindrical-coordinate representation of color #007074: hue angle of 182.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007074 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 112 | 116 | - |
| CMYK | 1 | 0.03 | 0 | 0.55 |
| HSL | 182.07º | 1% | 0.23% | - |
| HSV(B) | 182.07º | 1% | 0.45% | - |
| XYZ | 8.95 | 12.85 | 18.53 | - |
| YUV | 78.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 116 | 1 | 0.03 | 0 | 0.55 | 182.07 | 1 | 0.23 |
| Hex | 0 | 70 | 74 | 64 | 3 | 0 | 37 | B6 | 64 | 17 |
| Octal | 0 | 160 | 164 | 144 | 3 | 0 | 67 | 266 | 144 | 27 |
| Binary | 0 | 1110000 | 1110100 | 1100100 | 11 | 0 | 110111 | 10110110 | 1100100 | 10111 |
Color Harmonies of #007074
Complementary color
Monochromatic Colors of #007074
Black with #007074
Text Example
Text Example
White with #007074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007074; }
p { color: rgb(0,112,116); }
H1.HeaderClassName
{
color: #007074;
}
.AnyTagClassName
{
color: #007074;
}
</style>
background-color css
<style>
a { background-color: #007074; }
a { background-color: rgb(0,112,116); }
div.DivClassName
{
background-color: #007074;
}
.BgClassName
{
background-color: #007074;
}
</style>
border-color css
<style>
span { border-color: #007074; }
span { border-color: rgb(0,112,116); }
td.TdClassName
{
border-color: #007074;
}
.TagClassName
{
border-color: #007074;
}
</style>