Shades of Shamrock Green #069255
Tints of Shamrock Green #069255
RGB
CMYK
RGB Variations
Color information
#069255 (or 0x069255) is known color: Shamrock Green. HEX triplet: 06, 92 and 55. RGB value is (6,146,85). Sum of RGB (Red+Green+Blue) = 6+146+85=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #069255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069255 is #F96DAA. Grayscale: #616161. Windows color (decimal): -16346539 or 5607942. OLE color: 5607942.
HSL color Cylindrical-coordinate representation of color #069255: hue angle of 153.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069255 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 146 | 85 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.43 |
| HSL | 153.86º | 0.92% | 0.3% | - |
| HSV(B) | 153.86º | 0.96% | 0.57% | - |
| XYZ | 11.99 | 21.25 | 12.06 | - |
| YUV | 97.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 85 | 0.96 | 0 | 0.42 | 0.43 | 153.86 | 0.92 | 0.3 |
| Hex | 6 | 92 | 55 | 60 | 0 | 2A | 2B | 9A | 5C | 1E |
| Octal | 6 | 222 | 125 | 140 | 0 | 52 | 53 | 232 | 134 | 36 |
| Binary | 110 | 10010010 | 1010101 | 1100000 | 0 | 101010 | 101011 | 10011010 | 1011100 | 11110 |
Color Harmonies of #069255
Complementary color
Monochromatic Colors of #069255
Black with #069255
Text Example
Text Example
White with #069255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069255; }
p { color: rgb(6,146,85); }
H1.HeaderClassName
{
color: #069255;
}
.AnyTagClassName
{
color: #069255;
}
</style>
background-color css
<style>
a { background-color: #069255; }
a { background-color: rgb(6,146,85); }
div.DivClassName
{
background-color: #069255;
}
.BgClassName
{
background-color: #069255;
}
</style>
border-color css
<style>
span { border-color: #069255; }
span { border-color: rgb(6,146,85); }
td.TdClassName
{
border-color: #069255;
}
.TagClassName
{
border-color: #069255;
}
</style>