Html Css Color HEX #07A279 Free Speech Aquamarine
📋 copy color: '#07A279'red 7 ◦ green 162 ◦ blue 121
Shades of Free Speech Aquamarine #07A279
Tints of Free Speech Aquamarine #07A279
RGB
CMYK
RGB Variations
Color information
#07A279 (or 0x07A279) is known color: Free Speech Aquamarine. HEX triplet: 07, A2 and 79. RGB value is (7,162,121). Sum of RGB (Red+Green+Blue) = 7+162+121=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #07A279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A279 is #F85D86. Grayscale: #6E6E6E. Windows color (decimal): -16276871 or 7971335. OLE color: 7971335.
HSL color Cylindrical-coordinate representation of color #07A279: hue angle of 164.13º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A279 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 121 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.36 |
| HSL | 164.13º | 0.92% | 0.33% | - |
| HSV(B) | 164.13º | 0.96% | 0.64% | - |
| XYZ | 16.46 | 27.27 | 22.48 | - |
| YUV | 110.98 | 133.65 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 121 | 0.96 | 0 | 0.25 | 0.36 | 164.13 | 0.92 | 0.33 |
| Hex | 7 | A2 | 79 | 60 | 0 | 19 | 24 | A4 | 5C | 21 |
| Octal | 7 | 242 | 171 | 140 | 0 | 31 | 44 | 244 | 134 | 41 |
| Binary | 111 | 10100010 | 1111001 | 1100000 | 0 | 11001 | 100100 | 10100100 | 1011100 | 100001 |
Color Harmonies of #07A279
Complementary color
Monochromatic Colors of #07A279
Black with #07A279
Text Example
Text Example
White with #07A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A279; }
p { color: rgb(7,162,121); }
H1.HeaderClassName
{
color: #07A279;
}
.AnyTagClassName
{
color: #07A279;
}
</style>
background-color css
<style>
a { background-color: #07A279; }
a { background-color: rgb(7,162,121); }
div.DivClassName
{
background-color: #07A279;
}
.BgClassName
{
background-color: #07A279;
}
</style>
border-color css
<style>
span { border-color: #07A279; }
span { border-color: rgb(7,162,121); }
td.TdClassName
{
border-color: #07A279;
}
.TagClassName
{
border-color: #07A279;
}
</style>