Shades of Shamrock Green #07995A
Tints of Shamrock Green #07995A
RGB
CMYK
RGB Variations
Color information
#07995A (or 0x07995A) is known color: Shamrock Green. HEX triplet: 07, 99 and 5A. RGB value is (7,153,90). Sum of RGB (Red+Green+Blue) = 7+153+90=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #07995A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07995A is #F866A5. Grayscale: #666666. Windows color (decimal): -16279206 or 5937415. OLE color: 5937415.
HSL color Cylindrical-coordinate representation of color #07995A: hue angle of 154.11º 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 #07995A is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 90 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.4 |
| HSL | 154.11º | 0.91% | 0.31% | - |
| HSV(B) | 154.11º | 0.95% | 0.6% | - |
| XYZ | 13.32 | 23.57 | 13.52 | - |
| YUV | 102.16 | 121.13 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 90 | 0.95 | 0 | 0.41 | 0.4 | 154.11 | 0.91 | 0.31 |
| Hex | 7 | 99 | 5A | 5F | 0 | 29 | 28 | 9A | 5B | 1F |
| Octal | 7 | 231 | 132 | 137 | 0 | 51 | 50 | 232 | 133 | 37 |
| Binary | 111 | 10011001 | 1011010 | 1011111 | 0 | 101001 | 101000 | 10011010 | 1011011 | 11111 |
Color Harmonies of #07995A
Complementary color
Monochromatic Colors of #07995A
Black with #07995A
Text Example
Text Example
White with #07995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07995A; }
p { color: rgb(7,153,90); }
H1.HeaderClassName
{
color: #07995A;
}
.AnyTagClassName
{
color: #07995A;
}
</style>
background-color css
<style>
a { background-color: #07995A; }
a { background-color: rgb(7,153,90); }
div.DivClassName
{
background-color: #07995A;
}
.BgClassName
{
background-color: #07995A;
}
</style>
border-color css
<style>
span { border-color: #07995A; }
span { border-color: rgb(7,153,90); }
td.TdClassName
{
border-color: #07995A;
}
.TagClassName
{
border-color: #07995A;
}
</style>