Shades of Persian Green #06998D
Tints of Persian Green #06998D
RGB
CMYK
RGB Variations
Color information
#06998D (or 0x06998D) is known color: Persian Green. HEX triplet: 06, 99 and 8D. RGB value is (6,153,141). Sum of RGB (Red+Green+Blue) = 6+153+141=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #06998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06998D is #F96672. Grayscale: #6B6B6B. Windows color (decimal): -16344691 or 9279750. OLE color: 9279750.
HSL color Cylindrical-coordinate representation of color #06998D: hue angle of 175.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06998D is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 141 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.4 |
| HSL | 175.1º | 0.92% | 0.31% | - |
| HSV(B) | 175.1º | 0.96% | 0.6% | - |
| XYZ | 16.27 | 24.74 | 29.12 | - |
| YUV | 107.68 | 146.8 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 141 | 0.96 | 0 | 0.08 | 0.4 | 175.1 | 0.92 | 0.31 |
| Hex | 6 | 99 | 8D | 60 | 0 | 8 | 28 | AF | 5C | 1F |
| Octal | 6 | 231 | 215 | 140 | 0 | 10 | 50 | 257 | 134 | 37 |
| Binary | 110 | 10011001 | 10001101 | 1100000 | 0 | 1000 | 101000 | 10101111 | 1011100 | 11111 |
Color Harmonies of #06998D
Complementary color
Monochromatic Colors of #06998D
Black with #06998D
Text Example
Text Example
White with #06998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06998D; }
p { color: rgb(6,153,141); }
H1.HeaderClassName
{
color: #06998D;
}
.AnyTagClassName
{
color: #06998D;
}
</style>
background-color css
<style>
a { background-color: #06998D; }
a { background-color: rgb(6,153,141); }
div.DivClassName
{
background-color: #06998D;
}
.BgClassName
{
background-color: #06998D;
}
</style>
border-color css
<style>
span { border-color: #06998D; }
span { border-color: rgb(6,153,141); }
td.TdClassName
{
border-color: #06998D;
}
.TagClassName
{
border-color: #06998D;
}
</style>