Shades of Surfie Green #007A7B
Tints of Surfie Green #007A7B
RGB
CMYK
RGB Variations
Color information
#007A7B (or 0x007A7B) is known color: Surfie Green. HEX triplet: 00, 7A and 7B. RGB value is (0,122,123). Sum of RGB (Red+Green+Blue) = 0+122+123=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #007A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A7B is #FF8584. Grayscale: #555555. Windows color (decimal): -16745861 or 8092160. OLE color: 8092160.
HSL color Cylindrical-coordinate representation of color #007A7B: hue angle of 180.49º 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 #007A7B is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 122 | 123 | - |
| CMYK | 1 | 0.01 | 0 | 0.52 |
| HSL | 180.49º | 1% | 0.24% | - |
| HSV(B) | 180.49º | 1% | 0.48% | - |
| XYZ | 10.53 | 15.35 | 21.15 | - |
| YUV | 85.64 | 149.08 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 123 | 1 | 0.01 | 0 | 0.52 | 180.49 | 1 | 0.24 |
| Hex | 0 | 7A | 7B | 64 | 1 | 0 | 34 | B4 | 64 | 18 |
| Octal | 0 | 172 | 173 | 144 | 1 | 0 | 64 | 264 | 144 | 30 |
| Binary | 0 | 1111010 | 1111011 | 1100100 | 1 | 0 | 110100 | 10110100 | 1100100 | 11000 |
Color Harmonies of #007A7B
Complementary color
Monochromatic Colors of #007A7B
Black with #007A7B
Text Example
Text Example
White with #007A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A7B; }
p { color: rgb(0,122,123); }
H1.HeaderClassName
{
color: #007A7B;
}
.AnyTagClassName
{
color: #007A7B;
}
</style>
background-color css
<style>
a { background-color: #007A7B; }
a { background-color: rgb(0,122,123); }
div.DivClassName
{
background-color: #007A7B;
}
.BgClassName
{
background-color: #007A7B;
}
</style>
border-color css
<style>
span { border-color: #007A7B; }
span { border-color: rgb(0,122,123); }
td.TdClassName
{
border-color: #007A7B;
}
.TagClassName
{
border-color: #007A7B;
}
</style>