Shades of Blue Lagoon #076A69
Tints of Blue Lagoon #076A69
RGB
CMYK
RGB Variations
Color information
#076A69 (or 0x076A69) is known color: Blue Lagoon. HEX triplet: 07, 6A and 69. RGB value is (7,106,105). Sum of RGB (Red+Green+Blue) = 7+106+105=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #076A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A69 is #F89596. Grayscale: #4C4C4C. Windows color (decimal): -16291223 or 6908423. OLE color: 6908423.
HSL color Cylindrical-coordinate representation of color #076A69: hue angle of 179.39º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A69 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 105 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.58 |
| HSL | 179.39º | 0.88% | 0.22% | - |
| HSV(B) | 179.39º | 0.93% | 0.42% | - |
| XYZ | 7.79 | 11.37 | 15.15 | - |
| YUV | 76.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 105 | 0.93 | 0 | 0.01 | 0.58 | 179.39 | 0.88 | 0.22 |
| Hex | 7 | 6A | 69 | 5D | 0 | 1 | 3A | B3 | 58 | 16 |
| Octal | 7 | 152 | 151 | 135 | 0 | 1 | 72 | 263 | 130 | 26 |
| Binary | 111 | 1101010 | 1101001 | 1011101 | 0 | 1 | 111010 | 10110011 | 1011000 | 10110 |
Color Harmonies of #076A69
Complementary color
Monochromatic Colors of #076A69
Black with #076A69
Text Example
Text Example
White with #076A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A69; }
p { color: rgb(7,106,105); }
H1.HeaderClassName
{
color: #076A69;
}
.AnyTagClassName
{
color: #076A69;
}
</style>
background-color css
<style>
a { background-color: #076A69; }
a { background-color: rgb(7,106,105); }
div.DivClassName
{
background-color: #076A69;
}
.BgClassName
{
background-color: #076A69;
}
</style>
border-color css
<style>
span { border-color: #076A69; }
span { border-color: rgb(7,106,105); }
td.TdClassName
{
border-color: #076A69;
}
.TagClassName
{
border-color: #076A69;
}
</style>