Html Css Color HEX #07A074 Free Speech Aquamarine
📋 copy color: '#07A074'red 7 ◦ green 160 ◦ blue 116
Shades of Free Speech Aquamarine #07A074
Tints of Free Speech Aquamarine #07A074
RGB
CMYK
RGB Variations
Color information
#07A074 (or 0x07A074) is known color: Free Speech Aquamarine. HEX triplet: 07, A0 and 74. RGB value is (7,160,116). Sum of RGB (Red+Green+Blue) = 7+160+116=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #07A074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A074 is #F85F8B. Grayscale: #6D6D6D. Windows color (decimal): -16277388 or 7643143. OLE color: 7643143.
HSL color Cylindrical-coordinate representation of color #07A074: hue angle of 162.75º 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 #07A074 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 116 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.37 |
| HSL | 162.75º | 0.92% | 0.33% | - |
| HSV(B) | 162.75º | 0.96% | 0.63% | - |
| XYZ | 15.81 | 26.45 | 20.79 | - |
| YUV | 109.24 | 131.81 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 116 | 0.96 | 0 | 0.28 | 0.37 | 162.75 | 0.92 | 0.33 |
| Hex | 7 | A0 | 74 | 60 | 0 | 1C | 25 | A3 | 5C | 21 |
| Octal | 7 | 240 | 164 | 140 | 0 | 34 | 45 | 243 | 134 | 41 |
| Binary | 111 | 10100000 | 1110100 | 1100000 | 0 | 11100 | 100101 | 10100011 | 1011100 | 100001 |
Color Harmonies of #07A074
Complementary color
Monochromatic Colors of #07A074
Black with #07A074
Text Example
Text Example
White with #07A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A074; }
p { color: rgb(7,160,116); }
H1.HeaderClassName
{
color: #07A074;
}
.AnyTagClassName
{
color: #07A074;
}
</style>
background-color css
<style>
a { background-color: #07A074; }
a { background-color: rgb(7,160,116); }
div.DivClassName
{
background-color: #07A074;
}
.BgClassName
{
background-color: #07A074;
}
</style>
border-color css
<style>
span { border-color: #07A074; }
span { border-color: rgb(7,160,116); }
td.TdClassName
{
border-color: #07A074;
}
.TagClassName
{
border-color: #07A074;
}
</style>