Shades of Shamrock Green #07935A
Tints of Shamrock Green #07935A
RGB
CMYK
RGB Variations
Color information
#07935A (or 0x07935A) is known color: Shamrock Green. HEX triplet: 07, 93 and 5A. RGB value is (7,147,90). Sum of RGB (Red+Green+Blue) = 7+147+90=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #07935A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07935A is #F86CA5. Grayscale: #626262. Windows color (decimal): -16280742 or 5935879. OLE color: 5935879.
HSL color Cylindrical-coordinate representation of color #07935A: hue angle of 155.57º 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 #07935A is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 90 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.42 |
| HSL | 155.57º | 0.91% | 0.3% | - |
| HSV(B) | 155.57º | 0.95% | 0.58% | - |
| XYZ | 12.37 | 21.65 | 13.2 | - |
| YUV | 98.64 | 123.12 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 90 | 0.95 | 0 | 0.39 | 0.42 | 155.57 | 0.91 | 0.3 |
| Hex | 7 | 93 | 5A | 5F | 0 | 27 | 2A | 9C | 5B | 1E |
| Octal | 7 | 223 | 132 | 137 | 0 | 47 | 52 | 234 | 133 | 36 |
| Binary | 111 | 10010011 | 1011010 | 1011111 | 0 | 100111 | 101010 | 10011100 | 1011011 | 11110 |
Color Harmonies of #07935A
Complementary color
Monochromatic Colors of #07935A
Black with #07935A
Text Example
Text Example
White with #07935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07935A; }
p { color: rgb(7,147,90); }
H1.HeaderClassName
{
color: #07935A;
}
.AnyTagClassName
{
color: #07935A;
}
</style>
background-color css
<style>
a { background-color: #07935A; }
a { background-color: rgb(7,147,90); }
div.DivClassName
{
background-color: #07935A;
}
.BgClassName
{
background-color: #07935A;
}
</style>
border-color css
<style>
span { border-color: #07935A; }
span { border-color: rgb(7,147,90); }
td.TdClassName
{
border-color: #07935A;
}
.TagClassName
{
border-color: #07935A;
}
</style>