Shades of Blue Lagoon #07676B
Tints of Blue Lagoon #07676B
RGB
CMYK
RGB Variations
Color information
#07676B (or 0x07676B) is known color: Blue Lagoon. HEX triplet: 07, 67 and 6B. RGB value is (7,103,107). Sum of RGB (Red+Green+Blue) = 7+103+107=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #07676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07676B is #F89894. Grayscale: #4A4A4A. Windows color (decimal): -16291989 or 7038727. OLE color: 7038727.
HSL color Cylindrical-coordinate representation of color #07676B: hue angle of 182.4º 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 #07676B is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 103 | 107 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.58 |
| HSL | 182.4º | 0.88% | 0.22% | - |
| HSV(B) | 182.4º | 0.93% | 0.42% | - |
| XYZ | 7.59 | 10.81 | 15.6 | - |
| YUV | 74.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 107 | 0.93 | 0.04 | 0 | 0.58 | 182.4 | 0.88 | 0.22 |
| Hex | 7 | 67 | 6B | 5D | 4 | 0 | 3A | B6 | 58 | 16 |
| Octal | 7 | 147 | 153 | 135 | 4 | 0 | 72 | 266 | 130 | 26 |
| Binary | 111 | 1100111 | 1101011 | 1011101 | 100 | 0 | 111010 | 10110110 | 1011000 | 10110 |
Color Harmonies of #07676B
Complementary color
Monochromatic Colors of #07676B
Black with #07676B
Text Example
Text Example
White with #07676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07676B; }
p { color: rgb(7,103,107); }
H1.HeaderClassName
{
color: #07676B;
}
.AnyTagClassName
{
color: #07676B;
}
</style>
background-color css
<style>
a { background-color: #07676B; }
a { background-color: rgb(7,103,107); }
div.DivClassName
{
background-color: #07676B;
}
.BgClassName
{
background-color: #07676B;
}
</style>
border-color css
<style>
span { border-color: #07676B; }
span { border-color: rgb(7,103,107); }
td.TdClassName
{
border-color: #07676B;
}
.TagClassName
{
border-color: #07676B;
}
</style>