Shades of Blue Lagoon #076D71
Tints of Blue Lagoon #076D71
RGB
CMYK
RGB Variations
Color information
#076D71 (or 0x076D71) is known color: Blue Lagoon. HEX triplet: 07, 6D and 71. RGB value is (7,109,113). Sum of RGB (Red+Green+Blue) = 7+109+113=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #076D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D71 is #F8928E. Grayscale: #4E4E4E. Windows color (decimal): -16290447 or 7433479. OLE color: 7433479.
HSL color Cylindrical-coordinate representation of color #076D71: hue angle of 182.26º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D71 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 109 | 113 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.56 |
| HSL | 182.26º | 0.88% | 0.24% | - |
| HSV(B) | 182.26º | 0.94% | 0.44% | - |
| XYZ | 8.54 | 12.17 | 17.52 | - |
| YUV | 78.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 113 | 0.94 | 0.04 | 0 | 0.56 | 182.26 | 0.88 | 0.24 |
| Hex | 7 | 6D | 71 | 5E | 4 | 0 | 38 | B6 | 58 | 18 |
| Octal | 7 | 155 | 161 | 136 | 4 | 0 | 70 | 266 | 130 | 30 |
| Binary | 111 | 1101101 | 1110001 | 1011110 | 100 | 0 | 111000 | 10110110 | 1011000 | 11000 |
Color Harmonies of #076D71
Complementary color
Monochromatic Colors of #076D71
Black with #076D71
Text Example
Text Example
White with #076D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D71; }
p { color: rgb(7,109,113); }
H1.HeaderClassName
{
color: #076D71;
}
.AnyTagClassName
{
color: #076D71;
}
</style>
background-color css
<style>
a { background-color: #076D71; }
a { background-color: rgb(7,109,113); }
div.DivClassName
{
background-color: #076D71;
}
.BgClassName
{
background-color: #076D71;
}
</style>
border-color css
<style>
span { border-color: #076D71; }
span { border-color: rgb(7,109,113); }
td.TdClassName
{
border-color: #076D71;
}
.TagClassName
{
border-color: #076D71;
}
</style>