Shades of Shamrock Green #07955D
Tints of Shamrock Green #07955D
RGB
CMYK
RGB Variations
Color information
#07955D (or 0x07955D) is known color: Shamrock Green. HEX triplet: 07, 95 and 5D. RGB value is (7,149,93). Sum of RGB (Red+Green+Blue) = 7+149+93=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #07955D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07955D is #F86AA2. Grayscale: #646464. Windows color (decimal): -16280227 or 6132999. OLE color: 6132999.
HSL color Cylindrical-coordinate representation of color #07955D: hue angle of 156.34º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07955D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 93 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.42 |
| HSL | 156.34º | 0.91% | 0.31% | - |
| HSV(B) | 156.34º | 0.95% | 0.58% | - |
| XYZ | 12.81 | 22.33 | 13.99 | - |
| YUV | 100.16 | 123.96 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 93 | 0.95 | 0 | 0.38 | 0.42 | 156.34 | 0.91 | 0.31 |
| Hex | 7 | 95 | 5D | 5F | 0 | 26 | 2A | 9C | 5B | 1F |
| Octal | 7 | 225 | 135 | 137 | 0 | 46 | 52 | 234 | 133 | 37 |
| Binary | 111 | 10010101 | 1011101 | 1011111 | 0 | 100110 | 101010 | 10011100 | 1011011 | 11111 |
Color Harmonies of #07955D
Complementary color
Monochromatic Colors of #07955D
Black with #07955D
Text Example
Text Example
White with #07955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07955D; }
p { color: rgb(7,149,93); }
H1.HeaderClassName
{
color: #07955D;
}
.AnyTagClassName
{
color: #07955D;
}
</style>
background-color css
<style>
a { background-color: #07955D; }
a { background-color: rgb(7,149,93); }
div.DivClassName
{
background-color: #07955D;
}
.BgClassName
{
background-color: #07955D;
}
</style>
border-color css
<style>
span { border-color: #07955D; }
span { border-color: rgb(7,149,93); }
td.TdClassName
{
border-color: #07955D;
}
.TagClassName
{
border-color: #07955D;
}
</style>