Html Css Color HEX #069F71 Free Speech Aquamarine
📋 copy color: '#069F71'red 6 ◦ green 159 ◦ blue 113
Shades of Free Speech Aquamarine #069F71
Tints of Free Speech Aquamarine #069F71
RGB
CMYK
RGB Variations
Color information
#069F71 (or 0x069F71) is known color: Free Speech Aquamarine. HEX triplet: 06, 9F and 71. RGB value is (6,159,113). Sum of RGB (Red+Green+Blue) = 6+159+113=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #069F71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F71 is #F9608E. Grayscale: #6C6C6C. Windows color (decimal): -16343183 or 7446278. OLE color: 7446278.
HSL color Cylindrical-coordinate representation of color #069F71: hue angle of 161.96º 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 #069F71 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 159 | 113 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.38 |
| HSL | 161.96º | 0.93% | 0.32% | - |
| HSV(B) | 161.96º | 0.96% | 0.62% | - |
| XYZ | 15.45 | 26.03 | 19.83 | - |
| YUV | 108.01 | 130.81 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 113 | 0.96 | 0 | 0.29 | 0.38 | 161.96 | 0.93 | 0.32 |
| Hex | 6 | 9F | 71 | 60 | 0 | 1D | 26 | A2 | 5D | 20 |
| Octal | 6 | 237 | 161 | 140 | 0 | 35 | 46 | 242 | 135 | 40 |
| Binary | 110 | 10011111 | 1110001 | 1100000 | 0 | 11101 | 100110 | 10100010 | 1011101 | 100000 |
Color Harmonies of #069F71
Complementary color
Monochromatic Colors of #069F71
Black with #069F71
Text Example
Text Example
White with #069F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069F71; }
p { color: rgb(6,159,113); }
H1.HeaderClassName
{
color: #069F71;
}
.AnyTagClassName
{
color: #069F71;
}
</style>
background-color css
<style>
a { background-color: #069F71; }
a { background-color: rgb(6,159,113); }
div.DivClassName
{
background-color: #069F71;
}
.BgClassName
{
background-color: #069F71;
}
</style>
border-color css
<style>
span { border-color: #069F71; }
span { border-color: rgb(6,159,113); }
td.TdClassName
{
border-color: #069F71;
}
.TagClassName
{
border-color: #069F71;
}
</style>