Html Css Color HEX #07A273 Free Speech Aquamarine
📋 copy color: '#07A273'red 7 ◦ green 162 ◦ blue 115
Shades of Free Speech Aquamarine #07A273
Tints of Free Speech Aquamarine #07A273
RGB
CMYK
RGB Variations
Color information
#07A273 (or 0x07A273) is known color: Free Speech Aquamarine. HEX triplet: 07, A2 and 73. RGB value is (7,162,115). Sum of RGB (Red+Green+Blue) = 7+162+115=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #07A273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A273 is #F85D8C. Grayscale: #6E6E6E. Windows color (decimal): -16276877 or 7578119. OLE color: 7578119.
HSL color Cylindrical-coordinate representation of color #07A273: hue angle of 161.81º 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 #07A273 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 115 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.36 |
| HSL | 161.81º | 0.92% | 0.33% | - |
| HSV(B) | 161.81º | 0.96% | 0.64% | - |
| XYZ | 16.1 | 27.12 | 20.61 | - |
| YUV | 110.3 | 130.65 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 115 | 0.96 | 0 | 0.29 | 0.36 | 161.81 | 0.92 | 0.33 |
| Hex | 7 | A2 | 73 | 60 | 0 | 1D | 24 | A2 | 5C | 21 |
| Octal | 7 | 242 | 163 | 140 | 0 | 35 | 44 | 242 | 134 | 41 |
| Binary | 111 | 10100010 | 1110011 | 1100000 | 0 | 11101 | 100100 | 10100010 | 1011100 | 100001 |
Color Harmonies of #07A273
Complementary color
Monochromatic Colors of #07A273
Black with #07A273
Text Example
Text Example
White with #07A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A273; }
p { color: rgb(7,162,115); }
H1.HeaderClassName
{
color: #07A273;
}
.AnyTagClassName
{
color: #07A273;
}
</style>
background-color css
<style>
a { background-color: #07A273; }
a { background-color: rgb(7,162,115); }
div.DivClassName
{
background-color: #07A273;
}
.BgClassName
{
background-color: #07A273;
}
</style>
border-color css
<style>
span { border-color: #07A273; }
span { border-color: rgb(7,162,115); }
td.TdClassName
{
border-color: #07A273;
}
.TagClassName
{
border-color: #07A273;
}
</style>