Shades of Persian Green #06B389
Tints of Persian Green #06B389
RGB
CMYK
RGB Variations
Color information
#06B389 (or 0x06B389) is known color: Persian Green. HEX triplet: 06, B3 and 89. RGB value is (6,179,137). Sum of RGB (Red+Green+Blue) = 6+179+137=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #06B389 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B389 is #F94C76. Grayscale: #7A7A7A. Windows color (decimal): -16338039 or 9024262. OLE color: 9024262.
HSL color Cylindrical-coordinate representation of color #06B389: hue angle of 165.43º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B389 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 179 | 137 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.30 |
| HSL | 165.43º | 0.94% | 0.36% | - |
| HSV(B) | 165.43º | 0.97% | 0.7% | - |
| XYZ | 20.71 | 34.09 | 29.15 | - |
| YUV | 122.49 | 136.19 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 179 | 137 | 0.97 | 0 | 0.23 | 0.30 | 165.43 | 0.94 | 0.36 |
| Hex | 6 | B3 | 89 | 61 | 0 | 17 | 1E | A5 | 5E | 24 |
| Octal | 6 | 263 | 211 | 141 | 0 | 27 | 36 | 245 | 136 | 44 |
| Binary | 110 | 10110011 | 10001001 | 1100001 | 0 | 10111 | 11110 | 10100101 | 1011110 | 100100 |
Color Harmonies of #06B389
Complementary color
Monochromatic Colors of #06B389
Black with #06B389
Text Example
Text Example
White with #06B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B389; }
p { color: rgb(6,179,137); }
H1.HeaderClassName
{
color: #06B389;
}
.AnyTagClassName
{
color: #06B389;
}
</style>
background-color css
<style>
a { background-color: #06B389; }
a { background-color: rgb(6,179,137); }
div.DivClassName
{
background-color: #06B389;
}
.BgClassName
{
background-color: #06B389;
}
</style>
border-color css
<style>
span { border-color: #06B389; }
span { border-color: rgb(6,179,137); }
td.TdClassName
{
border-color: #06B389;
}
.TagClassName
{
border-color: #06B389;
}
</style>