Shades of Blue Lagoon #076D72
Tints of Blue Lagoon #076D72
RGB
CMYK
RGB Variations
Color information
#076D72 (or 0x076D72) is known color: Blue Lagoon. HEX triplet: 07, 6D and 72. RGB value is (7,109,114). Sum of RGB (Red+Green+Blue) = 7+109+114=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #076D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D72 is #F8928D. Grayscale: #4E4E4E. Windows color (decimal): -16290446 or 7499015. OLE color: 7499015.
HSL color Cylindrical-coordinate representation of color #076D72: hue angle of 182.8º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D72 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 109 | 114 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.55 |
| HSL | 182.8º | 0.88% | 0.24% | - |
| HSV(B) | 182.8º | 0.94% | 0.45% | - |
| XYZ | 8.59 | 12.2 | 17.82 | - |
| YUV | 79.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 114 | 0.94 | 0.04 | 0 | 0.55 | 182.8 | 0.88 | 0.24 |
| Hex | 7 | 6D | 72 | 5E | 4 | 0 | 37 | B7 | 58 | 18 |
| Octal | 7 | 155 | 162 | 136 | 4 | 0 | 67 | 267 | 130 | 30 |
| Binary | 111 | 1101101 | 1110010 | 1011110 | 100 | 0 | 110111 | 10110111 | 1011000 | 11000 |
Color Harmonies of #076D72
Complementary color
Monochromatic Colors of #076D72
Black with #076D72
Text Example
Text Example
White with #076D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D72; }
p { color: rgb(7,109,114); }
H1.HeaderClassName
{
color: #076D72;
}
.AnyTagClassName
{
color: #076D72;
}
</style>
background-color css
<style>
a { background-color: #076D72; }
a { background-color: rgb(7,109,114); }
div.DivClassName
{
background-color: #076D72;
}
.BgClassName
{
background-color: #076D72;
}
</style>
border-color css
<style>
span { border-color: #076D72; }
span { border-color: rgb(7,109,114); }
td.TdClassName
{
border-color: #076D72;
}
.TagClassName
{
border-color: #076D72;
}
</style>