Shades of Surfie Green #008074
Tints of Surfie Green #008074
RGB
CMYK
RGB Variations
Color information
#008074 (or 0x008074) is known color: Surfie Green. HEX triplet: 00, 80 and 74. RGB value is (0,128,116). Sum of RGB (Red+Green+Blue) = 0+128+116=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #008074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008074 is #FF7F8B. Grayscale: #585858. Windows color (decimal): -16744332 or 7634944. OLE color: 7634944.
HSL color Cylindrical-coordinate representation of color #008074: hue angle of 174.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008074 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 116 | - |
| CMYK | 1 | 0 | 0.09 | 0.50 |
| HSL | 174.38º | 1% | 0.25% | - |
| HSV(B) | 174.38º | 1% | 0.5% | - |
| XYZ | 10.87 | 16.7 | 19.17 | - |
| YUV | 88.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 116 | 1 | 0 | 0.09 | 0.50 | 174.38 | 1 | 0.25 |
| Hex | 0 | 80 | 74 | 64 | 0 | 9 | 32 | AE | 64 | 19 |
| Octal | 0 | 200 | 164 | 144 | 0 | 11 | 62 | 256 | 144 | 31 |
| Binary | 0 | 10000000 | 1110100 | 1100100 | 0 | 1001 | 110010 | 10101110 | 1100100 | 11001 |
Color Harmonies of #008074
Complementary color
Monochromatic Colors of #008074
Black with #008074
Text Example
Text Example
White with #008074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008074; }
p { color: rgb(0,128,116); }
H1.HeaderClassName
{
color: #008074;
}
.AnyTagClassName
{
color: #008074;
}
</style>
background-color css
<style>
a { background-color: #008074; }
a { background-color: rgb(0,128,116); }
div.DivClassName
{
background-color: #008074;
}
.BgClassName
{
background-color: #008074;
}
</style>
border-color css
<style>
span { border-color: #008074; }
span { border-color: rgb(0,128,116); }
td.TdClassName
{
border-color: #008074;
}
.TagClassName
{
border-color: #008074;
}
</style>