Html Css Color HEX #06966C Free Speech Aquamarine
📋 copy color: '#06966C'red 6 ◦ green 150 ◦ blue 108
Shades of Free Speech Aquamarine #06966C
Tints of Free Speech Aquamarine #06966C
RGB
CMYK
RGB Variations
Color information
#06966C (or 0x06966C) is known color: Free Speech Aquamarine. HEX triplet: 06, 96 and 6C. RGB value is (6,150,108). Sum of RGB (Red+Green+Blue) = 6+150+108=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #06966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06966C is #F96993. Grayscale: #666666. Windows color (decimal): -16345492 or 7116294. OLE color: 7116294.
HSL color Cylindrical-coordinate representation of color #06966C: hue angle of 162.5º 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 #06966C is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 150 | 108 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.41 |
| HSL | 162.5º | 0.92% | 0.31% | - |
| HSV(B) | 162.5º | 0.96% | 0.59% | - |
| XYZ | 13.69 | 22.93 | 17.89 | - |
| YUV | 102.16 | 131.29 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 108 | 0.96 | 0 | 0.28 | 0.41 | 162.5 | 0.92 | 0.31 |
| Hex | 6 | 96 | 6C | 60 | 0 | 1C | 29 | A2 | 5C | 1F |
| Octal | 6 | 226 | 154 | 140 | 0 | 34 | 51 | 242 | 134 | 37 |
| Binary | 110 | 10010110 | 1101100 | 1100000 | 0 | 11100 | 101001 | 10100010 | 1011100 | 11111 |
Color Harmonies of #06966C
Complementary color
Monochromatic Colors of #06966C
Black with #06966C
Text Example
Text Example
White with #06966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06966C; }
p { color: rgb(6,150,108); }
H1.HeaderClassName
{
color: #06966C;
}
.AnyTagClassName
{
color: #06966C;
}
</style>
background-color css
<style>
a { background-color: #06966C; }
a { background-color: rgb(6,150,108); }
div.DivClassName
{
background-color: #06966C;
}
.BgClassName
{
background-color: #06966C;
}
</style>
border-color css
<style>
span { border-color: #06966C; }
span { border-color: rgb(6,150,108); }
td.TdClassName
{
border-color: #06966C;
}
.TagClassName
{
border-color: #06966C;
}
</style>