Shades of Blue Lagoon #076768
Tints of Blue Lagoon #076768
RGB
CMYK
RGB Variations
Color information
#076768 (or 0x076768) is known color: Blue Lagoon. HEX triplet: 07, 67 and 68. RGB value is (7,103,104). Sum of RGB (Red+Green+Blue) = 7+103+104=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #076768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076768 is #F89897. Grayscale: #4A4A4A. Windows color (decimal): -16291992 or 6842119. OLE color: 6842119.
HSL color Cylindrical-coordinate representation of color #076768: hue angle of 180.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076768 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 103 | 104 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.59 |
| HSL | 180.62º | 0.87% | 0.22% | - |
| HSV(B) | 180.62º | 0.93% | 0.41% | - |
| XYZ | 7.44 | 10.75 | 14.78 | - |
| YUV | 74.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 104 | 0.93 | 0.01 | 0 | 0.59 | 180.62 | 0.87 | 0.22 |
| Hex | 7 | 67 | 68 | 5D | 1 | 0 | 3B | B5 | 57 | 16 |
| Octal | 7 | 147 | 150 | 135 | 1 | 0 | 73 | 265 | 127 | 26 |
| Binary | 111 | 1100111 | 1101000 | 1011101 | 1 | 0 | 111011 | 10110101 | 1010111 | 10110 |
Color Harmonies of #076768
Complementary color
Monochromatic Colors of #076768
Black with #076768
Text Example
Text Example
White with #076768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076768; }
p { color: rgb(7,103,104); }
H1.HeaderClassName
{
color: #076768;
}
.AnyTagClassName
{
color: #076768;
}
</style>
background-color css
<style>
a { background-color: #076768; }
a { background-color: rgb(7,103,104); }
div.DivClassName
{
background-color: #076768;
}
.BgClassName
{
background-color: #076768;
}
</style>
border-color css
<style>
span { border-color: #076768; }
span { border-color: rgb(7,103,104); }
td.TdClassName
{
border-color: #076768;
}
.TagClassName
{
border-color: #076768;
}
</style>