Shades of Surfie Green #007674
Tints of Surfie Green #007674
RGB
CMYK
RGB Variations
Color information
#007674 (or 0x007674) is known color: Surfie Green. HEX triplet: 00, 76 and 74. RGB value is (0,118,116). Sum of RGB (Red+Green+Blue) = 0+118+116=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #007674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007674 is #FF898B. Grayscale: #525252. Windows color (decimal): -16746892 or 7632384. OLE color: 7632384.
HSL color Cylindrical-coordinate representation of color #007674: hue angle of 178.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007674 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 116 | - |
| CMYK | 1 | 0 | 0.02 | 0.54 |
| HSL | 178.98º | 1% | 0.23% | - |
| HSV(B) | 178.98º | 1% | 0.46% | - |
| XYZ | 9.63 | 14.22 | 18.76 | - |
| YUV | 82.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 116 | 1 | 0 | 0.02 | 0.54 | 178.98 | 1 | 0.23 |
| Hex | 0 | 76 | 74 | 64 | 0 | 2 | 36 | B3 | 64 | 17 |
| Octal | 0 | 166 | 164 | 144 | 0 | 2 | 66 | 263 | 144 | 27 |
| Binary | 0 | 1110110 | 1110100 | 1100100 | 0 | 10 | 110110 | 10110011 | 1100100 | 10111 |
Color Harmonies of #007674
Complementary color
Monochromatic Colors of #007674
Black with #007674
Text Example
Text Example
White with #007674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007674; }
p { color: rgb(0,118,116); }
H1.HeaderClassName
{
color: #007674;
}
.AnyTagClassName
{
color: #007674;
}
</style>
background-color css
<style>
a { background-color: #007674; }
a { background-color: rgb(0,118,116); }
div.DivClassName
{
background-color: #007674;
}
.BgClassName
{
background-color: #007674;
}
</style>
border-color css
<style>
span { border-color: #007674; }
span { border-color: rgb(0,118,116); }
td.TdClassName
{
border-color: #007674;
}
.TagClassName
{
border-color: #007674;
}
</style>