Html Css Color HEX #069F76 Free Speech Aquamarine
📋 copy color: '#069F76'red 6 ◦ green 159 ◦ blue 118
Shades of Free Speech Aquamarine #069F76
Tints of Free Speech Aquamarine #069F76
RGB
CMYK
RGB Variations
Color information
#069F76 (or 0x069F76) is known color: Free Speech Aquamarine. HEX triplet: 06, 9F and 76. RGB value is (6,159,118). Sum of RGB (Red+Green+Blue) = 6+159+118=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #069F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F76 is #F96089. Grayscale: #6C6C6C. Windows color (decimal): -16343178 or 7773958. OLE color: 7773958.
HSL color Cylindrical-coordinate representation of color #069F76: hue angle of 163.92º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069F76 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 159 | 118 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.38 |
| HSL | 163.92º | 0.93% | 0.32% | - |
| HSV(B) | 163.92º | 0.96% | 0.62% | - |
| XYZ | 15.74 | 26.14 | 21.36 | - |
| YUV | 108.58 | 133.31 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 118 | 0.96 | 0 | 0.26 | 0.38 | 163.92 | 0.93 | 0.32 |
| Hex | 6 | 9F | 76 | 60 | 0 | 1A | 26 | A4 | 5D | 20 |
| Octal | 6 | 237 | 166 | 140 | 0 | 32 | 46 | 244 | 135 | 40 |
| Binary | 110 | 10011111 | 1110110 | 1100000 | 0 | 11010 | 100110 | 10100100 | 1011101 | 100000 |
Color Harmonies of #069F76
Complementary color
Monochromatic Colors of #069F76
Black with #069F76
Text Example
Text Example
White with #069F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069F76; }
p { color: rgb(6,159,118); }
H1.HeaderClassName
{
color: #069F76;
}
.AnyTagClassName
{
color: #069F76;
}
</style>
background-color css
<style>
a { background-color: #069F76; }
a { background-color: rgb(6,159,118); }
div.DivClassName
{
background-color: #069F76;
}
.BgClassName
{
background-color: #069F76;
}
</style>
border-color css
<style>
span { border-color: #069F76; }
span { border-color: rgb(6,159,118); }
td.TdClassName
{
border-color: #069F76;
}
.TagClassName
{
border-color: #069F76;
}
</style>