Shades of Shamrock Green #069B5E
Tints of Shamrock Green #069B5E
RGB
CMYK
RGB Variations
Color information
#069B5E (or 0x069B5E) is known color: Shamrock Green. HEX triplet: 06, 9B and 5E. RGB value is (6,155,94). Sum of RGB (Red+Green+Blue) = 6+155+94=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 155 (60.94% from 255 or 60.78% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 155 - color contains mainly: green. Hex color #069B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069B5E is #F964A1. Grayscale: #676767. Windows color (decimal): -16344226 or 6200070. OLE color: 6200070.
HSL color Cylindrical-coordinate representation of color #069B5E: hue angle of 155.44º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069B5E is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 155 | 94 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.39 |
| HSL | 155.44º | 0.93% | 0.32% | - |
| HSV(B) | 155.44º | 0.96% | 0.61% | - |
| XYZ | 13.82 | 24.29 | 14.55 | - |
| YUV | 103.5 | 122.64 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 94 | 0.96 | 0 | 0.39 | 0.39 | 155.44 | 0.93 | 0.32 |
| Hex | 6 | 9B | 5E | 60 | 0 | 27 | 27 | 9B | 5D | 20 |
| Octal | 6 | 233 | 136 | 140 | 0 | 47 | 47 | 233 | 135 | 40 |
| Binary | 110 | 10011011 | 1011110 | 1100000 | 0 | 100111 | 100111 | 10011011 | 1011101 | 100000 |
Color Harmonies of #069B5E
Complementary color
Monochromatic Colors of #069B5E
Black with #069B5E
Text Example
Text Example
White with #069B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069B5E; }
p { color: rgb(6,155,94); }
H1.HeaderClassName
{
color: #069B5E;
}
.AnyTagClassName
{
color: #069B5E;
}
</style>
background-color css
<style>
a { background-color: #069B5E; }
a { background-color: rgb(6,155,94); }
div.DivClassName
{
background-color: #069B5E;
}
.BgClassName
{
background-color: #069B5E;
}
</style>
border-color css
<style>
span { border-color: #069B5E; }
span { border-color: rgb(6,155,94); }
td.TdClassName
{
border-color: #069B5E;
}
.TagClassName
{
border-color: #069B5E;
}
</style>