Shades of Surfie Green #00757A
Tints of Surfie Green #00757A
RGB
CMYK
RGB Variations
Color information
#00757A (or 0x00757A) is known color: Surfie Green. HEX triplet: 00, 75 and 7A. RGB value is (0,117,122). Sum of RGB (Red+Green+Blue) = 0+117+122=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #00757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00757A is #FF8A85. Grayscale: #525252. Windows color (decimal): -16747142 or 8025344. OLE color: 8025344.
HSL color Cylindrical-coordinate representation of color #00757A: hue angle of 182.46º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00757A is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 117 | 122 | - |
| CMYK | 1 | 0.04 | 0 | 0.52 |
| HSL | 182.46º | 1% | 0.24% | - |
| HSV(B) | 182.46º | 1% | 0.48% | - |
| XYZ | 9.87 | 14.13 | 20.62 | - |
| YUV | 82.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 122 | 1 | 0.04 | 0 | 0.52 | 182.46 | 1 | 0.24 |
| Hex | 0 | 75 | 7A | 64 | 4 | 0 | 34 | B6 | 64 | 18 |
| Octal | 0 | 165 | 172 | 144 | 4 | 0 | 64 | 266 | 144 | 30 |
| Binary | 0 | 1110101 | 1111010 | 1100100 | 100 | 0 | 110100 | 10110110 | 1100100 | 11000 |
Color Harmonies of #00757A
Complementary color
Monochromatic Colors of #00757A
Black with #00757A
Text Example
Text Example
White with #00757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00757A; }
p { color: rgb(0,117,122); }
H1.HeaderClassName
{
color: #00757A;
}
.AnyTagClassName
{
color: #00757A;
}
</style>
background-color css
<style>
a { background-color: #00757A; }
a { background-color: rgb(0,117,122); }
div.DivClassName
{
background-color: #00757A;
}
.BgClassName
{
background-color: #00757A;
}
</style>
border-color css
<style>
span { border-color: #00757A; }
span { border-color: rgb(0,117,122); }
td.TdClassName
{
border-color: #00757A;
}
.TagClassName
{
border-color: #00757A;
}
</style>