Shades of Blue Lagoon #07696D
Tints of Blue Lagoon #07696D
RGB
CMYK
RGB Variations
Color information
#07696D (or 0x07696D) is known color: Blue Lagoon. HEX triplet: 07, 69 and 6D. RGB value is (7,105,109). Sum of RGB (Red+Green+Blue) = 7+105+109=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #07696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07696D is #F89692. Grayscale: #4C4C4C. Windows color (decimal): -16291475 or 7170311. OLE color: 7170311.
HSL color Cylindrical-coordinate representation of color #07696D: hue angle of 182.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07696D is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 105 | 109 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.57 |
| HSL | 182.35º | 0.88% | 0.23% | - |
| HSV(B) | 182.35º | 0.94% | 0.43% | - |
| XYZ | 7.9 | 11.25 | 16.22 | - |
| YUV | 76.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 109 | 0.94 | 0.04 | 0 | 0.57 | 182.35 | 0.88 | 0.23 |
| Hex | 7 | 69 | 6D | 5E | 4 | 0 | 39 | B6 | 58 | 17 |
| Octal | 7 | 151 | 155 | 136 | 4 | 0 | 71 | 266 | 130 | 27 |
| Binary | 111 | 1101001 | 1101101 | 1011110 | 100 | 0 | 111001 | 10110110 | 1011000 | 10111 |
Color Harmonies of #07696D
Complementary color
Monochromatic Colors of #07696D
Black with #07696D
Text Example
Text Example
White with #07696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07696D; }
p { color: rgb(7,105,109); }
H1.HeaderClassName
{
color: #07696D;
}
.AnyTagClassName
{
color: #07696D;
}
</style>
background-color css
<style>
a { background-color: #07696D; }
a { background-color: rgb(7,105,109); }
div.DivClassName
{
background-color: #07696D;
}
.BgClassName
{
background-color: #07696D;
}
</style>
border-color css
<style>
span { border-color: #07696D; }
span { border-color: rgb(7,105,109); }
td.TdClassName
{
border-color: #07696D;
}
.TagClassName
{
border-color: #07696D;
}
</style>