Shades of Surfie Green #06777A
Tints of Surfie Green #06777A
RGB
CMYK
RGB Variations
Color information
#06777A (or 0x06777A) is known color: Surfie Green. HEX triplet: 06, 77 and 7A. RGB value is (6,119,122). Sum of RGB (Red+Green+Blue) = 6+119+122=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #06777A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06777A is #F98885. Grayscale: #555555. Windows color (decimal): -16353414 or 8025862. OLE color: 8025862.
HSL color Cylindrical-coordinate representation of color #06777A: hue angle of 181.55º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06777A is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 119 | 122 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.52 |
| HSL | 181.55º | 0.91% | 0.25% | - |
| HSV(B) | 181.55º | 0.95% | 0.48% | - |
| XYZ | 10.18 | 14.64 | 20.7 | - |
| YUV | 85.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 122 | 0.95 | 0.02 | 0 | 0.52 | 181.55 | 0.91 | 0.25 |
| Hex | 6 | 77 | 7A | 5F | 2 | 0 | 34 | B6 | 5B | 19 |
| Octal | 6 | 167 | 172 | 137 | 2 | 0 | 64 | 266 | 133 | 31 |
| Binary | 110 | 1110111 | 1111010 | 1011111 | 10 | 0 | 110100 | 10110110 | 1011011 | 11001 |
Color Harmonies of #06777A
Complementary color
Monochromatic Colors of #06777A
Black with #06777A
Text Example
Text Example
White with #06777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06777A; }
p { color: rgb(6,119,122); }
H1.HeaderClassName
{
color: #06777A;
}
.AnyTagClassName
{
color: #06777A;
}
</style>
background-color css
<style>
a { background-color: #06777A; }
a { background-color: rgb(6,119,122); }
div.DivClassName
{
background-color: #06777A;
}
.BgClassName
{
background-color: #06777A;
}
</style>
border-color css
<style>
span { border-color: #06777A; }
span { border-color: rgb(6,119,122); }
td.TdClassName
{
border-color: #06777A;
}
.TagClassName
{
border-color: #06777A;
}
</style>