Html Css Color HEX #069674 Free Speech Aquamarine
📋 copy color: '#069674'red 6 ◦ green 150 ◦ blue 116
Shades of Free Speech Aquamarine #069674
Tints of Free Speech Aquamarine #069674
RGB
CMYK
RGB Variations
Color information
#069674 (or 0x069674) is known color: Free Speech Aquamarine. HEX triplet: 06, 96 and 74. RGB value is (6,150,116). Sum of RGB (Red+Green+Blue) = 6+150+116=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #069674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069674 is #F9698B. Grayscale: #676767. Windows color (decimal): -16345484 or 7640582. OLE color: 7640582.
HSL color Cylindrical-coordinate representation of color #069674: hue angle of 165.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069674 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 150 | 116 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.41 |
| HSL | 165.83º | 0.92% | 0.31% | - |
| HSV(B) | 165.83º | 0.96% | 0.59% | - |
| XYZ | 14.13 | 23.11 | 20.24 | - |
| YUV | 103.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 116 | 0.96 | 0 | 0.23 | 0.41 | 165.83 | 0.92 | 0.31 |
| Hex | 6 | 96 | 74 | 60 | 0 | 17 | 29 | A6 | 5C | 1F |
| Octal | 6 | 226 | 164 | 140 | 0 | 27 | 51 | 246 | 134 | 37 |
| Binary | 110 | 10010110 | 1110100 | 1100000 | 0 | 10111 | 101001 | 10100110 | 1011100 | 11111 |
Color Harmonies of #069674
Complementary color
Monochromatic Colors of #069674
Black with #069674
Text Example
Text Example
White with #069674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069674; }
p { color: rgb(6,150,116); }
H1.HeaderClassName
{
color: #069674;
}
.AnyTagClassName
{
color: #069674;
}
</style>
background-color css
<style>
a { background-color: #069674; }
a { background-color: rgb(6,150,116); }
div.DivClassName
{
background-color: #069674;
}
.BgClassName
{
background-color: #069674;
}
</style>
border-color css
<style>
span { border-color: #069674; }
span { border-color: rgb(6,150,116); }
td.TdClassName
{
border-color: #069674;
}
.TagClassName
{
border-color: #069674;
}
</style>