Shades of Persian Green #07998D
Tints of Persian Green #07998D
RGB
CMYK
RGB Variations
Color information
#07998D (or 0x07998D) is known color: Persian Green. HEX triplet: 07, 99 and 8D. RGB value is (7,153,141). Sum of RGB (Red+Green+Blue) = 7+153+141=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #07998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07998D is #F86672. Grayscale: #6B6B6B. Windows color (decimal): -16279155 or 9279751. OLE color: 9279751.
HSL color Cylindrical-coordinate representation of color #07998D: hue angle of 175.07º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07998D is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 141 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.4 |
| HSL | 175.07º | 0.91% | 0.31% | - |
| HSV(B) | 175.07º | 0.95% | 0.6% | - |
| XYZ | 16.29 | 24.75 | 29.12 | - |
| YUV | 107.98 | 146.63 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 141 | 0.95 | 0 | 0.08 | 0.4 | 175.07 | 0.91 | 0.31 |
| Hex | 7 | 99 | 8D | 5F | 0 | 8 | 28 | AF | 5B | 1F |
| Octal | 7 | 231 | 215 | 137 | 0 | 10 | 50 | 257 | 133 | 37 |
| Binary | 111 | 10011001 | 10001101 | 1011111 | 0 | 1000 | 101000 | 10101111 | 1011011 | 11111 |
Color Harmonies of #07998D
Complementary color
Monochromatic Colors of #07998D
Black with #07998D
Text Example
Text Example
White with #07998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07998D; }
p { color: rgb(7,153,141); }
H1.HeaderClassName
{
color: #07998D;
}
.AnyTagClassName
{
color: #07998D;
}
</style>
background-color css
<style>
a { background-color: #07998D; }
a { background-color: rgb(7,153,141); }
div.DivClassName
{
background-color: #07998D;
}
.BgClassName
{
background-color: #07998D;
}
</style>
border-color css
<style>
span { border-color: #07998D; }
span { border-color: rgb(7,153,141); }
td.TdClassName
{
border-color: #07998D;
}
.TagClassName
{
border-color: #07998D;
}
</style>