Shades of Shamrock Green #069265
Tints of Shamrock Green #069265
RGB
CMYK
RGB Variations
Color information
#069265 (or 0x069265) is known color: Shamrock Green. HEX triplet: 06, 92 and 65. RGB value is (6,146,101). Sum of RGB (Red+Green+Blue) = 6+146+101=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #069265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069265 is #F96D9A. Grayscale: #636363. Windows color (decimal): -16346523 or 6656518. OLE color: 6656518.
HSL color Cylindrical-coordinate representation of color #069265: hue angle of 160.71º 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 #069265 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 146 | 101 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.43 |
| HSL | 160.71º | 0.92% | 0.3% | - |
| HSV(B) | 160.71º | 0.96% | 0.57% | - |
| XYZ | 12.7 | 21.54 | 15.8 | - |
| YUV | 99.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 101 | 0.96 | 0 | 0.31 | 0.43 | 160.71 | 0.92 | 0.3 |
| Hex | 6 | 92 | 65 | 60 | 0 | 1F | 2B | A1 | 5C | 1E |
| Octal | 6 | 222 | 145 | 140 | 0 | 37 | 53 | 241 | 134 | 36 |
| Binary | 110 | 10010010 | 1100101 | 1100000 | 0 | 11111 | 101011 | 10100001 | 1011100 | 11110 |
Color Harmonies of #069265
Complementary color
Monochromatic Colors of #069265
Black with #069265
Text Example
Text Example
White with #069265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069265; }
p { color: rgb(6,146,101); }
H1.HeaderClassName
{
color: #069265;
}
.AnyTagClassName
{
color: #069265;
}
</style>
background-color css
<style>
a { background-color: #069265; }
a { background-color: rgb(6,146,101); }
div.DivClassName
{
background-color: #069265;
}
.BgClassName
{
background-color: #069265;
}
</style>
border-color css
<style>
span { border-color: #069265; }
span { border-color: rgb(6,146,101); }
td.TdClassName
{
border-color: #069265;
}
.TagClassName
{
border-color: #069265;
}
</style>