Shades of Surfie Green #06777B
Tints of Surfie Green #06777B
RGB
CMYK
RGB Variations
Color information
#06777B (or 0x06777B) is known color: Surfie Green. HEX triplet: 06, 77 and 7B. RGB value is (6,119,123). Sum of RGB (Red+Green+Blue) = 6+119+123=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #06777B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06777B is #F98884. Grayscale: #555555. Windows color (decimal): -16353413 or 8091398. OLE color: 8091398.
HSL color Cylindrical-coordinate representation of color #06777B: hue angle of 182.05º 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 #06777B is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 119 | 123 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.52 |
| HSL | 182.05º | 0.91% | 0.25% | - |
| HSV(B) | 182.05º | 0.95% | 0.48% | - |
| XYZ | 10.25 | 14.66 | 21.03 | - |
| YUV | 85.67 | 149.06 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 123 | 0.95 | 0.03 | 0 | 0.52 | 182.05 | 0.91 | 0.25 |
| Hex | 6 | 77 | 7B | 5F | 3 | 0 | 34 | B6 | 5B | 19 |
| Octal | 6 | 167 | 173 | 137 | 3 | 0 | 64 | 266 | 133 | 31 |
| Binary | 110 | 1110111 | 1111011 | 1011111 | 11 | 0 | 110100 | 10110110 | 1011011 | 11001 |
Color Harmonies of #06777B
Complementary color
Monochromatic Colors of #06777B
Black with #06777B
Text Example
Text Example
White with #06777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06777B; }
p { color: rgb(6,119,123); }
H1.HeaderClassName
{
color: #06777B;
}
.AnyTagClassName
{
color: #06777B;
}
</style>
background-color css
<style>
a { background-color: #06777B; }
a { background-color: rgb(6,119,123); }
div.DivClassName
{
background-color: #06777B;
}
.BgClassName
{
background-color: #06777B;
}
</style>
border-color css
<style>
span { border-color: #06777B; }
span { border-color: rgb(6,119,123); }
td.TdClassName
{
border-color: #06777B;
}
.TagClassName
{
border-color: #06777B;
}
</style>