Shades of Blue Lagoon #076667
Tints of Blue Lagoon #076667
RGB
CMYK
RGB Variations
Color information
#076667 (or 0x076667) is known color: Blue Lagoon. HEX triplet: 07, 66 and 67. RGB value is (7,102,103). Sum of RGB (Red+Green+Blue) = 7+102+103=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #076667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076667 is #F89998. Grayscale: #494949. Windows color (decimal): -16292249 or 6776327. OLE color: 6776327.
HSL color Cylindrical-coordinate representation of color #076667: hue angle of 180.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076667 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 102 | 103 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.60 |
| HSL | 180.63º | 0.87% | 0.22% | - |
| HSV(B) | 180.63º | 0.93% | 0.4% | - |
| XYZ | 7.29 | 10.53 | 14.48 | - |
| YUV | 73.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 103 | 0.93 | 0.01 | 0 | 0.60 | 180.63 | 0.87 | 0.22 |
| Hex | 7 | 66 | 67 | 5D | 1 | 0 | 3C | B5 | 57 | 16 |
| Octal | 7 | 146 | 147 | 135 | 1 | 0 | 74 | 265 | 127 | 26 |
| Binary | 111 | 1100110 | 1100111 | 1011101 | 1 | 0 | 111100 | 10110101 | 1010111 | 10110 |
Color Harmonies of #076667
Complementary color
Monochromatic Colors of #076667
Black with #076667
Text Example
Text Example
White with #076667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076667; }
p { color: rgb(7,102,103); }
H1.HeaderClassName
{
color: #076667;
}
.AnyTagClassName
{
color: #076667;
}
</style>
background-color css
<style>
a { background-color: #076667; }
a { background-color: rgb(7,102,103); }
div.DivClassName
{
background-color: #076667;
}
.BgClassName
{
background-color: #076667;
}
</style>
border-color css
<style>
span { border-color: #076667; }
span { border-color: rgb(7,102,103); }
td.TdClassName
{
border-color: #076667;
}
.TagClassName
{
border-color: #076667;
}
</style>