Shades of Shamrock Green #07945B
Tints of Shamrock Green #07945B
RGB
CMYK
RGB Variations
Color information
#07945B (or 0x07945B) is known color: Shamrock Green. HEX triplet: 07, 94 and 5B. RGB value is (7,148,91). Sum of RGB (Red+Green+Blue) = 7+148+91=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #07945B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07945B is #F86BA4. Grayscale: #636363. Windows color (decimal): -16280485 or 6001671. OLE color: 6001671.
HSL color Cylindrical-coordinate representation of color #07945B: hue angle of 155.74º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07945B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 91 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.42 |
| HSL | 155.74º | 0.91% | 0.3% | - |
| HSV(B) | 155.74º | 0.95% | 0.58% | - |
| XYZ | 12.57 | 21.98 | 13.48 | - |
| YUV | 99.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 91 | 0.95 | 0 | 0.39 | 0.42 | 155.74 | 0.91 | 0.3 |
| Hex | 7 | 94 | 5B | 5F | 0 | 27 | 2A | 9C | 5B | 1E |
| Octal | 7 | 224 | 133 | 137 | 0 | 47 | 52 | 234 | 133 | 36 |
| Binary | 111 | 10010100 | 1011011 | 1011111 | 0 | 100111 | 101010 | 10011100 | 1011011 | 11110 |
Color Harmonies of #07945B
Complementary color
Monochromatic Colors of #07945B
Black with #07945B
Text Example
Text Example
White with #07945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07945B; }
p { color: rgb(7,148,91); }
H1.HeaderClassName
{
color: #07945B;
}
.AnyTagClassName
{
color: #07945B;
}
</style>
background-color css
<style>
a { background-color: #07945B; }
a { background-color: rgb(7,148,91); }
div.DivClassName
{
background-color: #07945B;
}
.BgClassName
{
background-color: #07945B;
}
</style>
border-color css
<style>
span { border-color: #07945B; }
span { border-color: rgb(7,148,91); }
td.TdClassName
{
border-color: #07945B;
}
.TagClassName
{
border-color: #07945B;
}
</style>