Html Css Color HEX #07A072 Free Speech Aquamarine
📋 copy color: '#07A072'red 7 ◦ green 160 ◦ blue 114
Shades of Free Speech Aquamarine #07A072
Tints of Free Speech Aquamarine #07A072
RGB
CMYK
RGB Variations
Color information
#07A072 (or 0x07A072) is known color: Free Speech Aquamarine. HEX triplet: 07, A0 and 72. RGB value is (7,160,114). Sum of RGB (Red+Green+Blue) = 7+160+114=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #07A072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A072 is #F85F8D. Grayscale: #6D6D6D. Windows color (decimal): -16277390 or 7512071. OLE color: 7512071.
HSL color Cylindrical-coordinate representation of color #07A072: hue angle of 161.96º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A072 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 114 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.37 |
| HSL | 161.96º | 0.92% | 0.33% | - |
| HSV(B) | 161.96º | 0.96% | 0.63% | - |
| XYZ | 15.7 | 26.4 | 20.19 | - |
| YUV | 109.01 | 130.81 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 114 | 0.96 | 0 | 0.29 | 0.37 | 161.96 | 0.92 | 0.33 |
| Hex | 7 | A0 | 72 | 60 | 0 | 1D | 25 | A2 | 5C | 21 |
| Octal | 7 | 240 | 162 | 140 | 0 | 35 | 45 | 242 | 134 | 41 |
| Binary | 111 | 10100000 | 1110010 | 1100000 | 0 | 11101 | 100101 | 10100010 | 1011100 | 100001 |
Color Harmonies of #07A072
Complementary color
Monochromatic Colors of #07A072
Black with #07A072
Text Example
Text Example
White with #07A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A072; }
p { color: rgb(7,160,114); }
H1.HeaderClassName
{
color: #07A072;
}
.AnyTagClassName
{
color: #07A072;
}
</style>
background-color css
<style>
a { background-color: #07A072; }
a { background-color: rgb(7,160,114); }
div.DivClassName
{
background-color: #07A072;
}
.BgClassName
{
background-color: #07A072;
}
</style>
border-color css
<style>
span { border-color: #07A072; }
span { border-color: rgb(7,160,114); }
td.TdClassName
{
border-color: #07A072;
}
.TagClassName
{
border-color: #07A072;
}
</style>