Html Css Color HEX #07A172 Free Speech Aquamarine
📋 copy color: '#07A172'red 7 ◦ green 161 ◦ blue 114
Shades of Free Speech Aquamarine #07A172
Tints of Free Speech Aquamarine #07A172
RGB
CMYK
RGB Variations
Color information
#07A172 (or 0x07A172) is known color: Free Speech Aquamarine. HEX triplet: 07, A1 and 72. RGB value is (7,161,114). Sum of RGB (Red+Green+Blue) = 7+161+114=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #07A172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A172 is #F85E8D. Grayscale: #6D6D6D. Windows color (decimal): -16277134 or 7512327. OLE color: 7512327.
HSL color Cylindrical-coordinate representation of color #07A172: hue angle of 161.69º 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 #07A172 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 161 | 114 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.37 |
| HSL | 161.69º | 0.92% | 0.33% | - |
| HSV(B) | 161.69º | 0.96% | 0.63% | - |
| XYZ | 15.87 | 26.75 | 20.25 | - |
| YUV | 109.6 | 130.48 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 114 | 0.96 | 0 | 0.29 | 0.37 | 161.69 | 0.92 | 0.33 |
| Hex | 7 | A1 | 72 | 60 | 0 | 1D | 25 | A2 | 5C | 21 |
| Octal | 7 | 241 | 162 | 140 | 0 | 35 | 45 | 242 | 134 | 41 |
| Binary | 111 | 10100001 | 1110010 | 1100000 | 0 | 11101 | 100101 | 10100010 | 1011100 | 100001 |
Color Harmonies of #07A172
Complementary color
Monochromatic Colors of #07A172
Black with #07A172
Text Example
Text Example
White with #07A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A172; }
p { color: rgb(7,161,114); }
H1.HeaderClassName
{
color: #07A172;
}
.AnyTagClassName
{
color: #07A172;
}
</style>
background-color css
<style>
a { background-color: #07A172; }
a { background-color: rgb(7,161,114); }
div.DivClassName
{
background-color: #07A172;
}
.BgClassName
{
background-color: #07A172;
}
</style>
border-color css
<style>
span { border-color: #07A172; }
span { border-color: rgb(7,161,114); }
td.TdClassName
{
border-color: #07A172;
}
.TagClassName
{
border-color: #07A172;
}
</style>