Shades of Blue Lagoon #07666F
Tints of Blue Lagoon #07666F
RGB
CMYK
RGB Variations
Color information
#07666F (or 0x07666F) is known color: Blue Lagoon. HEX triplet: 07, 66 and 6F. RGB value is (7,102,111). Sum of RGB (Red+Green+Blue) = 7+102+111=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #07666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07666F is #F89990. Grayscale: #4A4A4A. Windows color (decimal): -16292241 or 7300615. OLE color: 7300615.
HSL color Cylindrical-coordinate representation of color #07666F: hue angle of 185.19º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07666F is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 102 | 111 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.56 |
| HSL | 185.19º | 0.88% | 0.23% | - |
| HSV(B) | 185.19º | 0.94% | 0.44% | - |
| XYZ | 7.71 | 10.7 | 16.7 | - |
| YUV | 74.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 111 | 0.94 | 0.08 | 0 | 0.56 | 185.19 | 0.88 | 0.23 |
| Hex | 7 | 66 | 6F | 5E | 8 | 0 | 38 | B9 | 58 | 17 |
| Octal | 7 | 146 | 157 | 136 | 10 | 0 | 70 | 271 | 130 | 27 |
| Binary | 111 | 1100110 | 1101111 | 1011110 | 1000 | 0 | 111000 | 10111001 | 1011000 | 10111 |
Color Harmonies of #07666F
Complementary color
Monochromatic Colors of #07666F
Black with #07666F
Text Example
Text Example
White with #07666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07666F; }
p { color: rgb(7,102,111); }
H1.HeaderClassName
{
color: #07666F;
}
.AnyTagClassName
{
color: #07666F;
}
</style>
background-color css
<style>
a { background-color: #07666F; }
a { background-color: rgb(7,102,111); }
div.DivClassName
{
background-color: #07666F;
}
.BgClassName
{
background-color: #07666F;
}
</style>
border-color css
<style>
span { border-color: #07666F; }
span { border-color: rgb(7,102,111); }
td.TdClassName
{
border-color: #07666F;
}
.TagClassName
{
border-color: #07666F;
}
</style>