Html Css Color HEX #079D7B Free Speech Aquamarine
📋 copy color: '#079D7B'red 7 ◦ green 157 ◦ blue 123
Shades of Free Speech Aquamarine #079D7B
Tints of Free Speech Aquamarine #079D7B
RGB
CMYK
RGB Variations
Color information
#079D7B (or 0x079D7B) is known color: Free Speech Aquamarine. HEX triplet: 07, 9D and 7B. RGB value is (7,157,123). Sum of RGB (Red+Green+Blue) = 7+157+123=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #079D7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079D7B is #F86284. Grayscale: #6C6C6C. Windows color (decimal): -16278149 or 8101127. OLE color: 8101127.
HSL color Cylindrical-coordinate representation of color #079D7B: hue angle of 166.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079D7B is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 157 | 123 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.38 |
| HSL | 166.4º | 0.91% | 0.32% | - |
| HSV(B) | 166.4º | 0.96% | 0.62% | - |
| XYZ | 15.72 | 25.59 | 22.85 | - |
| YUV | 108.27 | 136.31 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 123 | 0.96 | 0 | 0.22 | 0.38 | 166.4 | 0.91 | 0.32 |
| Hex | 7 | 9D | 7B | 60 | 0 | 16 | 26 | A6 | 5B | 20 |
| Octal | 7 | 235 | 173 | 140 | 0 | 26 | 46 | 246 | 133 | 40 |
| Binary | 111 | 10011101 | 1111011 | 1100000 | 0 | 10110 | 100110 | 10100110 | 1011011 | 100000 |
Color Harmonies of #079D7B
Complementary color
Monochromatic Colors of #079D7B
Black with #079D7B
Text Example
Text Example
White with #079D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079D7B; }
p { color: rgb(7,157,123); }
H1.HeaderClassName
{
color: #079D7B;
}
.AnyTagClassName
{
color: #079D7B;
}
</style>
background-color css
<style>
a { background-color: #079D7B; }
a { background-color: rgb(7,157,123); }
div.DivClassName
{
background-color: #079D7B;
}
.BgClassName
{
background-color: #079D7B;
}
</style>
border-color css
<style>
span { border-color: #079D7B; }
span { border-color: rgb(7,157,123); }
td.TdClassName
{
border-color: #079D7B;
}
.TagClassName
{
border-color: #079D7B;
}
</style>