Shades of Shamrock Green #07995D
Tints of Shamrock Green #07995D
RGB
CMYK
RGB Variations
Color information
#07995D (or 0x07995D) is known color: Shamrock Green. HEX triplet: 07, 99 and 5D. RGB value is (7,153,93). Sum of RGB (Red+Green+Blue) = 7+153+93=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #07995D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07995D is #F866A2. Grayscale: #666666. Windows color (decimal): -16279203 or 6134023. OLE color: 6134023.
HSL color Cylindrical-coordinate representation of color #07995D: hue angle of 155.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 #07995D is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 93 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.4 |
| HSL | 155.34º | 0.91% | 0.31% | - |
| HSV(B) | 155.34º | 0.95% | 0.6% | - |
| XYZ | 13.45 | 23.62 | 14.21 | - |
| YUV | 102.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 93 | 0.95 | 0 | 0.39 | 0.4 | 155.34 | 0.91 | 0.31 |
| Hex | 7 | 99 | 5D | 5F | 0 | 27 | 28 | 9B | 5B | 1F |
| Octal | 7 | 231 | 135 | 137 | 0 | 47 | 50 | 233 | 133 | 37 |
| Binary | 111 | 10011001 | 1011101 | 1011111 | 0 | 100111 | 101000 | 10011011 | 1011011 | 11111 |
Color Harmonies of #07995D
Complementary color
Monochromatic Colors of #07995D
Black with #07995D
Text Example
Text Example
White with #07995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07995D; }
p { color: rgb(7,153,93); }
H1.HeaderClassName
{
color: #07995D;
}
.AnyTagClassName
{
color: #07995D;
}
</style>
background-color css
<style>
a { background-color: #07995D; }
a { background-color: rgb(7,153,93); }
div.DivClassName
{
background-color: #07995D;
}
.BgClassName
{
background-color: #07995D;
}
</style>
border-color css
<style>
span { border-color: #07995D; }
span { border-color: rgb(7,153,93); }
td.TdClassName
{
border-color: #07995D;
}
.TagClassName
{
border-color: #07995D;
}
</style>