Shades of Blue Stone #076B66
Tints of Blue Stone #076B66
RGB
CMYK
RGB Variations
Color information
#076B66 (or 0x076B66) is known color: Blue Stone. HEX triplet: 07, 6B and 66. RGB value is (7,107,102). Sum of RGB (Red+Green+Blue) = 7+107+102=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #076B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B66 is #F89499. Grayscale: #4C4C4C. Windows color (decimal): -16290970 or 6712071. OLE color: 6712071.
HSL color Cylindrical-coordinate representation of color #076B66: hue angle of 177º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B66 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 102 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.58 |
| HSL | 177º | 0.88% | 0.22% | - |
| HSV(B) | 177º | 0.93% | 0.42% | - |
| XYZ | 7.74 | 11.52 | 14.39 | - |
| YUV | 76.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 102 | 0.93 | 0 | 0.05 | 0.58 | 177 | 0.88 | 0.22 |
| Hex | 7 | 6B | 66 | 5D | 0 | 5 | 3A | B1 | 58 | 16 |
| Octal | 7 | 153 | 146 | 135 | 0 | 5 | 72 | 261 | 130 | 26 |
| Binary | 111 | 1101011 | 1100110 | 1011101 | 0 | 101 | 111010 | 10110001 | 1011000 | 10110 |
Color Harmonies of #076B66
Complementary color
Monochromatic Colors of #076B66
Black with #076B66
Text Example
Text Example
White with #076B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B66; }
p { color: rgb(7,107,102); }
H1.HeaderClassName
{
color: #076B66;
}
.AnyTagClassName
{
color: #076B66;
}
</style>
background-color css
<style>
a { background-color: #076B66; }
a { background-color: rgb(7,107,102); }
div.DivClassName
{
background-color: #076B66;
}
.BgClassName
{
background-color: #076B66;
}
</style>
border-color css
<style>
span { border-color: #076B66; }
span { border-color: rgb(7,107,102); }
td.TdClassName
{
border-color: #076B66;
}
.TagClassName
{
border-color: #076B66;
}
</style>