Shades of Shamrock Green #07A065
Tints of Shamrock Green #07A065
RGB
CMYK
RGB Variations
Color information
#07A065 (or 0x07A065) is known color: Shamrock Green. HEX triplet: 07, A0 and 65. RGB value is (7,160,101). Sum of RGB (Red+Green+Blue) = 7+160+101=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #07A065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A065 is #F85F9A. Grayscale: #6B6B6B. Windows color (decimal): -16277403 or 6660103. OLE color: 6660103.
HSL color Cylindrical-coordinate representation of color #07A065: hue angle of 156.86º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A065 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 101 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.37 |
| HSL | 156.86º | 0.92% | 0.33% | - |
| HSV(B) | 156.86º | 0.96% | 0.63% | - |
| XYZ | 15.01 | 26.13 | 16.56 | - |
| YUV | 107.53 | 124.31 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 101 | 0.96 | 0 | 0.37 | 0.37 | 156.86 | 0.92 | 0.33 |
| Hex | 7 | A0 | 65 | 60 | 0 | 25 | 25 | 9D | 5C | 21 |
| Octal | 7 | 240 | 145 | 140 | 0 | 45 | 45 | 235 | 134 | 41 |
| Binary | 111 | 10100000 | 1100101 | 1100000 | 0 | 100101 | 100101 | 10011101 | 1011100 | 100001 |
Color Harmonies of #07A065
Complementary color
Monochromatic Colors of #07A065
Black with #07A065
Text Example
Text Example
White with #07A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A065; }
p { color: rgb(7,160,101); }
H1.HeaderClassName
{
color: #07A065;
}
.AnyTagClassName
{
color: #07A065;
}
</style>
background-color css
<style>
a { background-color: #07A065; }
a { background-color: rgb(7,160,101); }
div.DivClassName
{
background-color: #07A065;
}
.BgClassName
{
background-color: #07A065;
}
</style>
border-color css
<style>
span { border-color: #07A065; }
span { border-color: rgb(7,160,101); }
td.TdClassName
{
border-color: #07A065;
}
.TagClassName
{
border-color: #07A065;
}
</style>