Shades of Surfie Green #007276
Tints of Surfie Green #007276
RGB
CMYK
RGB Variations
Color information
#007276 (or 0x007276) is known color: Surfie Green. HEX triplet: 00, 72 and 76. RGB value is (0,114,118). Sum of RGB (Red+Green+Blue) = 0+114+118=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #007276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007276 is #FF8D89. Grayscale: #505050. Windows color (decimal): -16747914 or 7762432. OLE color: 7762432.
HSL color Cylindrical-coordinate representation of color #007276: hue angle of 182.03º 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 #007276 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 114 | 118 | - |
| CMYK | 1 | 0.03 | 0 | 0.54 |
| HSL | 182.03º | 1% | 0.23% | - |
| HSV(B) | 182.03º | 1% | 0.46% | - |
| XYZ | 9.29 | 13.34 | 19.23 | - |
| YUV | 80.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 118 | 1 | 0.03 | 0 | 0.54 | 182.03 | 1 | 0.23 |
| Hex | 0 | 72 | 76 | 64 | 3 | 0 | 36 | B6 | 64 | 17 |
| Octal | 0 | 162 | 166 | 144 | 3 | 0 | 66 | 266 | 144 | 27 |
| Binary | 0 | 1110010 | 1110110 | 1100100 | 11 | 0 | 110110 | 10110110 | 1100100 | 10111 |
Color Harmonies of #007276
Complementary color
Monochromatic Colors of #007276
Black with #007276
Text Example
Text Example
White with #007276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007276; }
p { color: rgb(0,114,118); }
H1.HeaderClassName
{
color: #007276;
}
.AnyTagClassName
{
color: #007276;
}
</style>
background-color css
<style>
a { background-color: #007276; }
a { background-color: rgb(0,114,118); }
div.DivClassName
{
background-color: #007276;
}
.BgClassName
{
background-color: #007276;
}
</style>
border-color css
<style>
span { border-color: #007276; }
span { border-color: rgb(0,114,118); }
td.TdClassName
{
border-color: #007276;
}
.TagClassName
{
border-color: #007276;
}
</style>