Html Css Color HEX #07A278 Free Speech Aquamarine
📋 copy color: '#07A278'red 7 ◦ green 162 ◦ blue 120
Shades of Free Speech Aquamarine #07A278
Tints of Free Speech Aquamarine #07A278
RGB
CMYK
RGB Variations
Color information
#07A278 (or 0x07A278) is known color: Free Speech Aquamarine. HEX triplet: 07, A2 and 78. RGB value is (7,162,120). Sum of RGB (Red+Green+Blue) = 7+162+120=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #07A278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A278 is #F85D87. Grayscale: #6E6E6E. Windows color (decimal): -16276872 or 7905799. OLE color: 7905799.
HSL color Cylindrical-coordinate representation of color #07A278: hue angle of 163.74º 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 #07A278 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 120 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.36 |
| HSL | 163.74º | 0.92% | 0.33% | - |
| HSV(B) | 163.74º | 0.96% | 0.64% | - |
| XYZ | 16.4 | 27.24 | 22.16 | - |
| YUV | 110.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 120 | 0.96 | 0 | 0.26 | 0.36 | 163.74 | 0.92 | 0.33 |
| Hex | 7 | A2 | 78 | 60 | 0 | 1A | 24 | A4 | 5C | 21 |
| Octal | 7 | 242 | 170 | 140 | 0 | 32 | 44 | 244 | 134 | 41 |
| Binary | 111 | 10100010 | 1111000 | 1100000 | 0 | 11010 | 100100 | 10100100 | 1011100 | 100001 |
Color Harmonies of #07A278
Complementary color
Monochromatic Colors of #07A278
Black with #07A278
Text Example
Text Example
White with #07A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A278; }
p { color: rgb(7,162,120); }
H1.HeaderClassName
{
color: #07A278;
}
.AnyTagClassName
{
color: #07A278;
}
</style>
background-color css
<style>
a { background-color: #07A278; }
a { background-color: rgb(7,162,120); }
div.DivClassName
{
background-color: #07A278;
}
.BgClassName
{
background-color: #07A278;
}
</style>
border-color css
<style>
span { border-color: #07A278; }
span { border-color: rgb(7,162,120); }
td.TdClassName
{
border-color: #07A278;
}
.TagClassName
{
border-color: #07A278;
}
</style>