Html Css Color HEX #069576 Free Speech Aquamarine
📋 copy color: '#069576'red 6 ◦ green 149 ◦ blue 118
Shades of Free Speech Aquamarine #069576
Tints of Free Speech Aquamarine #069576
RGB
CMYK
RGB Variations
Color information
#069576 (or 0x069576) is known color: Free Speech Aquamarine. HEX triplet: 06, 95 and 76. RGB value is (6,149,118). Sum of RGB (Red+Green+Blue) = 6+149+118=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #069576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069576 is #F96A89. Grayscale: #666666. Windows color (decimal): -16345738 or 7771398. OLE color: 7771398.
HSL color Cylindrical-coordinate representation of color #069576: hue angle of 166.99º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069576 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 118 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.42 |
| HSL | 166.99º | 0.92% | 0.3% | - |
| HSV(B) | 166.99º | 0.96% | 0.58% | - |
| XYZ | 14.09 | 22.84 | 20.81 | - |
| YUV | 102.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 118 | 0.96 | 0 | 0.21 | 0.42 | 166.99 | 0.92 | 0.3 |
| Hex | 6 | 95 | 76 | 60 | 0 | 15 | 2A | A7 | 5C | 1E |
| Octal | 6 | 225 | 166 | 140 | 0 | 25 | 52 | 247 | 134 | 36 |
| Binary | 110 | 10010101 | 1110110 | 1100000 | 0 | 10101 | 101010 | 10100111 | 1011100 | 11110 |
Color Harmonies of #069576
Complementary color
Monochromatic Colors of #069576
Black with #069576
Text Example
Text Example
White with #069576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069576; }
p { color: rgb(6,149,118); }
H1.HeaderClassName
{
color: #069576;
}
.AnyTagClassName
{
color: #069576;
}
</style>
background-color css
<style>
a { background-color: #069576; }
a { background-color: rgb(6,149,118); }
div.DivClassName
{
background-color: #069576;
}
.BgClassName
{
background-color: #069576;
}
</style>
border-color css
<style>
span { border-color: #069576; }
span { border-color: rgb(6,149,118); }
td.TdClassName
{
border-color: #069576;
}
.TagClassName
{
border-color: #069576;
}
</style>