Shades of Shamrock Green #07955B
Tints of Shamrock Green #07955B
RGB
CMYK
RGB Variations
Color information
#07955B (or 0x07955B) is known color: Shamrock Green. HEX triplet: 07, 95 and 5B. RGB value is (7,149,91). Sum of RGB (Red+Green+Blue) = 7+149+91=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #07955B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07955B is #F86AA4. Grayscale: #646464. Windows color (decimal): -16280229 or 6001927. OLE color: 6001927.
HSL color Cylindrical-coordinate representation of color #07955B: hue angle of 155.49º 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 #07955B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 91 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.42 |
| HSL | 155.49º | 0.91% | 0.31% | - |
| HSV(B) | 155.49º | 0.95% | 0.58% | - |
| XYZ | 12.72 | 22.3 | 13.53 | - |
| YUV | 99.93 | 122.96 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 91 | 0.95 | 0 | 0.39 | 0.42 | 155.49 | 0.91 | 0.31 |
| Hex | 7 | 95 | 5B | 5F | 0 | 27 | 2A | 9B | 5B | 1F |
| Octal | 7 | 225 | 133 | 137 | 0 | 47 | 52 | 233 | 133 | 37 |
| Binary | 111 | 10010101 | 1011011 | 1011111 | 0 | 100111 | 101010 | 10011011 | 1011011 | 11111 |
Color Harmonies of #07955B
Complementary color
Monochromatic Colors of #07955B
Black with #07955B
Text Example
Text Example
White with #07955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07955B; }
p { color: rgb(7,149,91); }
H1.HeaderClassName
{
color: #07955B;
}
.AnyTagClassName
{
color: #07955B;
}
</style>
background-color css
<style>
a { background-color: #07955B; }
a { background-color: rgb(7,149,91); }
div.DivClassName
{
background-color: #07955B;
}
.BgClassName
{
background-color: #07955B;
}
</style>
border-color css
<style>
span { border-color: #07955B; }
span { border-color: rgb(7,149,91); }
td.TdClassName
{
border-color: #07955B;
}
.TagClassName
{
border-color: #07955B;
}
</style>