Shades of Blue Lagoon #07696F
Tints of Blue Lagoon #07696F
RGB
CMYK
RGB Variations
Color information
#07696F (or 0x07696F) is known color: Blue Lagoon. HEX triplet: 07, 69 and 6F. RGB value is (7,105,111). Sum of RGB (Red+Green+Blue) = 7+105+111=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #07696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07696F is #F89690. Grayscale: #4C4C4C. Windows color (decimal): -16291473 or 7301383. OLE color: 7301383.
HSL color Cylindrical-coordinate representation of color #07696F: hue angle of 183.46º 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 #07696F is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 105 | 111 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.56 |
| HSL | 183.46º | 0.88% | 0.23% | - |
| HSV(B) | 183.46º | 0.94% | 0.44% | - |
| XYZ | 8.01 | 11.3 | 16.8 | - |
| YUV | 76.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 111 | 0.94 | 0.05 | 0 | 0.56 | 183.46 | 0.88 | 0.23 |
| Hex | 7 | 69 | 6F | 5E | 5 | 0 | 38 | B7 | 58 | 17 |
| Octal | 7 | 151 | 157 | 136 | 5 | 0 | 70 | 267 | 130 | 27 |
| Binary | 111 | 1101001 | 1101111 | 1011110 | 101 | 0 | 111000 | 10110111 | 1011000 | 10111 |
Color Harmonies of #07696F
Complementary color
Monochromatic Colors of #07696F
Black with #07696F
Text Example
Text Example
White with #07696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07696F; }
p { color: rgb(7,105,111); }
H1.HeaderClassName
{
color: #07696F;
}
.AnyTagClassName
{
color: #07696F;
}
</style>
background-color css
<style>
a { background-color: #07696F; }
a { background-color: rgb(7,105,111); }
div.DivClassName
{
background-color: #07696F;
}
.BgClassName
{
background-color: #07696F;
}
</style>
border-color css
<style>
span { border-color: #07696F; }
span { border-color: rgb(7,105,111); }
td.TdClassName
{
border-color: #07696F;
}
.TagClassName
{
border-color: #07696F;
}
</style>