Shades of Surfie Green #067E7A
Tints of Surfie Green #067E7A
RGB
CMYK
RGB Variations
Color information
#067E7A (or 0x067E7A) is known color: Surfie Green. HEX triplet: 06, 7E and 7A. RGB value is (6,126,122). Sum of RGB (Red+Green+Blue) = 6+126+122=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #067E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067E7A is #F98185. Grayscale: #595959. Windows color (decimal): -16351622 or 8027654. OLE color: 8027654.
HSL color Cylindrical-coordinate representation of color #067E7A: hue angle of 178º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067E7A is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 126 | 122 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.51 |
| HSL | 178º | 0.91% | 0.26% | - |
| HSV(B) | 178º | 0.95% | 0.49% | - |
| XYZ | 11.05 | 16.37 | 20.99 | - |
| YUV | 89.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 122 | 0.95 | 0 | 0.03 | 0.51 | 178 | 0.91 | 0.26 |
| Hex | 6 | 7E | 7A | 5F | 0 | 3 | 33 | B2 | 5B | 1A |
| Octal | 6 | 176 | 172 | 137 | 0 | 3 | 63 | 262 | 133 | 32 |
| Binary | 110 | 1111110 | 1111010 | 1011111 | 0 | 11 | 110011 | 10110010 | 1011011 | 11010 |
Color Harmonies of #067E7A
Complementary color
Monochromatic Colors of #067E7A
Black with #067E7A
Text Example
Text Example
White with #067E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067E7A; }
p { color: rgb(6,126,122); }
H1.HeaderClassName
{
color: #067E7A;
}
.AnyTagClassName
{
color: #067E7A;
}
</style>
background-color css
<style>
a { background-color: #067E7A; }
a { background-color: rgb(6,126,122); }
div.DivClassName
{
background-color: #067E7A;
}
.BgClassName
{
background-color: #067E7A;
}
</style>
border-color css
<style>
span { border-color: #067E7A; }
span { border-color: rgb(6,126,122); }
td.TdClassName
{
border-color: #067E7A;
}
.TagClassName
{
border-color: #067E7A;
}
</style>