Shades of Persian Green #07998B
Tints of Persian Green #07998B
RGB
CMYK
RGB Variations
Color information
#07998B (or 0x07998B) is known color: Persian Green. HEX triplet: 07, 99 and 8B. RGB value is (7,153,139). Sum of RGB (Red+Green+Blue) = 7+153+139=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #07998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07998B is #F86674. Grayscale: #6B6B6B. Windows color (decimal): -16279157 or 9148679. OLE color: 9148679.
HSL color Cylindrical-coordinate representation of color #07998B: hue angle of 174.25º 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 #07998B is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 139 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.4 |
| HSL | 174.25º | 0.91% | 0.31% | - |
| HSV(B) | 174.25º | 0.95% | 0.6% | - |
| XYZ | 16.14 | 24.69 | 28.34 | - |
| YUV | 107.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 139 | 0.95 | 0 | 0.09 | 0.4 | 174.25 | 0.91 | 0.31 |
| Hex | 7 | 99 | 8B | 5F | 0 | 9 | 28 | AE | 5B | 1F |
| Octal | 7 | 231 | 213 | 137 | 0 | 11 | 50 | 256 | 133 | 37 |
| Binary | 111 | 10011001 | 10001011 | 1011111 | 0 | 1001 | 101000 | 10101110 | 1011011 | 11111 |
Color Harmonies of #07998B
Complementary color
Monochromatic Colors of #07998B
Black with #07998B
Text Example
Text Example
White with #07998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07998B; }
p { color: rgb(7,153,139); }
H1.HeaderClassName
{
color: #07998B;
}
.AnyTagClassName
{
color: #07998B;
}
</style>
background-color css
<style>
a { background-color: #07998B; }
a { background-color: rgb(7,153,139); }
div.DivClassName
{
background-color: #07998B;
}
.BgClassName
{
background-color: #07998B;
}
</style>
border-color css
<style>
span { border-color: #07998B; }
span { border-color: rgb(7,153,139); }
td.TdClassName
{
border-color: #07998B;
}
.TagClassName
{
border-color: #07998B;
}
</style>