Shades of Shamrock Green #07965D
Tints of Shamrock Green #07965D
RGB
CMYK
RGB Variations
Color information
#07965D (or 0x07965D) is known color: Shamrock Green. HEX triplet: 07, 96 and 5D. RGB value is (7,150,93). Sum of RGB (Red+Green+Blue) = 7+150+93=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #07965D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07965D is #F869A2. Grayscale: #646464. Windows color (decimal): -16279971 or 6133255. OLE color: 6133255.
HSL color Cylindrical-coordinate representation of color #07965D: hue angle of 156.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07965D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 150 | 93 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.41 |
| HSL | 156.08º | 0.91% | 0.31% | - |
| HSV(B) | 156.08º | 0.95% | 0.59% | - |
| XYZ | 12.97 | 22.65 | 14.04 | - |
| YUV | 100.75 | 123.62 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 93 | 0.95 | 0 | 0.38 | 0.41 | 156.08 | 0.91 | 0.31 |
| Hex | 7 | 96 | 5D | 5F | 0 | 26 | 29 | 9C | 5B | 1F |
| Octal | 7 | 226 | 135 | 137 | 0 | 46 | 51 | 234 | 133 | 37 |
| Binary | 111 | 10010110 | 1011101 | 1011111 | 0 | 100110 | 101001 | 10011100 | 1011011 | 11111 |
Color Harmonies of #07965D
Complementary color
Monochromatic Colors of #07965D
Black with #07965D
Text Example
Text Example
White with #07965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07965D; }
p { color: rgb(7,150,93); }
H1.HeaderClassName
{
color: #07965D;
}
.AnyTagClassName
{
color: #07965D;
}
</style>
background-color css
<style>
a { background-color: #07965D; }
a { background-color: rgb(7,150,93); }
div.DivClassName
{
background-color: #07965D;
}
.BgClassName
{
background-color: #07965D;
}
</style>
border-color css
<style>
span { border-color: #07965D; }
span { border-color: rgb(7,150,93); }
td.TdClassName
{
border-color: #07965D;
}
.TagClassName
{
border-color: #07965D;
}
</style>