Shades of Surfie Green #007476
Tints of Surfie Green #007476
RGB
CMYK
RGB Variations
Color information
#007476 (or 0x007476) is known color: Surfie Green. HEX triplet: 00, 74 and 76. RGB value is (0,116,118). Sum of RGB (Red+Green+Blue) = 0+116+118=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #007476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007476 is #FF8B89. Grayscale: #515151. Windows color (decimal): -16747402 or 7762944. OLE color: 7762944.
HSL color Cylindrical-coordinate representation of color #007476: hue angle of 181.02º 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 #007476 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 116 | 118 | - |
| CMYK | 1 | 0.02 | 0 | 0.54 |
| HSL | 181.02º | 1% | 0.23% | - |
| HSV(B) | 181.02º | 1% | 0.46% | - |
| XYZ | 9.52 | 13.8 | 19.3 | - |
| YUV | 81.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 118 | 1 | 0.02 | 0 | 0.54 | 181.02 | 1 | 0.23 |
| Hex | 0 | 74 | 76 | 64 | 2 | 0 | 36 | B5 | 64 | 17 |
| Octal | 0 | 164 | 166 | 144 | 2 | 0 | 66 | 265 | 144 | 27 |
| Binary | 0 | 1110100 | 1110110 | 1100100 | 10 | 0 | 110110 | 10110101 | 1100100 | 10111 |
Color Harmonies of #007476
Complementary color
Monochromatic Colors of #007476
Black with #007476
Text Example
Text Example
White with #007476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007476; }
p { color: rgb(0,116,118); }
H1.HeaderClassName
{
color: #007476;
}
.AnyTagClassName
{
color: #007476;
}
</style>
background-color css
<style>
a { background-color: #007476; }
a { background-color: rgb(0,116,118); }
div.DivClassName
{
background-color: #007476;
}
.BgClassName
{
background-color: #007476;
}
</style>
border-color css
<style>
span { border-color: #007476; }
span { border-color: rgb(0,116,118); }
td.TdClassName
{
border-color: #007476;
}
.TagClassName
{
border-color: #007476;
}
</style>