Shades of Shamrock Green #07985A
Tints of Shamrock Green #07985A
RGB
CMYK
RGB Variations
Color information
#07985A (or 0x07985A) is known color: Shamrock Green. HEX triplet: 07, 98 and 5A. RGB value is (7,152,90). Sum of RGB (Red+Green+Blue) = 7+152+90=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #07985A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07985A is #F867A5. Grayscale: #656565. Windows color (decimal): -16279462 or 5937159. OLE color: 5937159.
HSL color Cylindrical-coordinate representation of color #07985A: hue angle of 154.34º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07985A is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 152 | 90 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.40 |
| HSL | 154.34º | 0.91% | 0.31% | - |
| HSV(B) | 154.34º | 0.95% | 0.6% | - |
| XYZ | 13.16 | 23.24 | 13.46 | - |
| YUV | 101.58 | 121.46 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 90 | 0.95 | 0 | 0.41 | 0.40 | 154.34 | 0.91 | 0.31 |
| Hex | 7 | 98 | 5A | 5F | 0 | 29 | 28 | 9A | 5B | 1F |
| Octal | 7 | 230 | 132 | 137 | 0 | 51 | 50 | 232 | 133 | 37 |
| Binary | 111 | 10011000 | 1011010 | 1011111 | 0 | 101001 | 101000 | 10011010 | 1011011 | 11111 |
Color Harmonies of #07985A
Complementary color
Monochromatic Colors of #07985A
Black with #07985A
Text Example
Text Example
White with #07985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07985A; }
p { color: rgb(7,152,90); }
H1.HeaderClassName
{
color: #07985A;
}
.AnyTagClassName
{
color: #07985A;
}
</style>
background-color css
<style>
a { background-color: #07985A; }
a { background-color: rgb(7,152,90); }
div.DivClassName
{
background-color: #07985A;
}
.BgClassName
{
background-color: #07985A;
}
</style>
border-color css
<style>
span { border-color: #07985A; }
span { border-color: rgb(7,152,90); }
td.TdClassName
{
border-color: #07985A;
}
.TagClassName
{
border-color: #07985A;
}
</style>