Shades of Surfie Green #007376
Tints of Surfie Green #007376
RGB
CMYK
RGB Variations
Color information
#007376 (or 0x007376) is known color: Surfie Green. HEX triplet: 00, 73 and 76. RGB value is (0,115,118). Sum of RGB (Red+Green+Blue) = 0+115+118=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #007376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007376 is #FF8C89. Grayscale: #505050. Windows color (decimal): -16747658 or 7762688. OLE color: 7762688.
HSL color Cylindrical-coordinate representation of color #007376: hue angle of 181.53º 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 #007376 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 115 | 118 | - |
| CMYK | 1 | 0.03 | 0 | 0.54 |
| HSL | 181.53º | 1% | 0.23% | - |
| HSV(B) | 181.53º | 1% | 0.46% | - |
| XYZ | 9.4 | 13.57 | 19.26 | - |
| YUV | 80.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 118 | 1 | 0.03 | 0 | 0.54 | 181.53 | 1 | 0.23 |
| Hex | 0 | 73 | 76 | 64 | 3 | 0 | 36 | B6 | 64 | 17 |
| Octal | 0 | 163 | 166 | 144 | 3 | 0 | 66 | 266 | 144 | 27 |
| Binary | 0 | 1110011 | 1110110 | 1100100 | 11 | 0 | 110110 | 10110110 | 1100100 | 10111 |
Color Harmonies of #007376
Complementary color
Monochromatic Colors of #007376
Black with #007376
Text Example
Text Example
White with #007376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007376; }
p { color: rgb(0,115,118); }
H1.HeaderClassName
{
color: #007376;
}
.AnyTagClassName
{
color: #007376;
}
</style>
background-color css
<style>
a { background-color: #007376; }
a { background-color: rgb(0,115,118); }
div.DivClassName
{
background-color: #007376;
}
.BgClassName
{
background-color: #007376;
}
</style>
border-color css
<style>
span { border-color: #007376; }
span { border-color: rgb(0,115,118); }
td.TdClassName
{
border-color: #007376;
}
.TagClassName
{
border-color: #007376;
}
</style>