Shades of Blue Lagoon #076B74
Tints of Blue Lagoon #076B74
RGB
CMYK
RGB Variations
Color information
#076B74 (or 0x076B74) is known color: Blue Lagoon. HEX triplet: 07, 6B and 74. RGB value is (7,107,116). Sum of RGB (Red+Green+Blue) = 7+107+116=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #076B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B74 is #F8948B. Grayscale: #4D4D4D. Windows color (decimal): -16290956 or 7629575. OLE color: 7629575.
HSL color Cylindrical-coordinate representation of color #076B74: hue angle of 184.95º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076B74 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 107 | 116 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.55 |
| HSL | 184.95º | 0.89% | 0.24% | - |
| HSV(B) | 184.95º | 0.94% | 0.45% | - |
| XYZ | 8.5 | 11.82 | 18.36 | - |
| YUV | 78.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 116 | 0.94 | 0.08 | 0 | 0.55 | 184.95 | 0.89 | 0.24 |
| Hex | 7 | 6B | 74 | 5E | 8 | 0 | 37 | B9 | 59 | 18 |
| Octal | 7 | 153 | 164 | 136 | 10 | 0 | 67 | 271 | 131 | 30 |
| Binary | 111 | 1101011 | 1110100 | 1011110 | 1000 | 0 | 110111 | 10111001 | 1011001 | 11000 |
Color Harmonies of #076B74
Complementary color
Monochromatic Colors of #076B74
Black with #076B74
Text Example
Text Example
White with #076B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B74; }
p { color: rgb(7,107,116); }
H1.HeaderClassName
{
color: #076B74;
}
.AnyTagClassName
{
color: #076B74;
}
</style>
background-color css
<style>
a { background-color: #076B74; }
a { background-color: rgb(7,107,116); }
div.DivClassName
{
background-color: #076B74;
}
.BgClassName
{
background-color: #076B74;
}
</style>
border-color css
<style>
span { border-color: #076B74; }
span { border-color: rgb(7,107,116); }
td.TdClassName
{
border-color: #076B74;
}
.TagClassName
{
border-color: #076B74;
}
</style>