Shades of Persian Green #07B09D
Tints of Persian Green #07B09D
RGB
CMYK
RGB Variations
Color information
#07B09D (or 0x07B09D) is known color: Persian Green. HEX triplet: 07, B0 and 9D. RGB value is (7,176,157). Sum of RGB (Red+Green+Blue) = 7+176+157=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #07B09D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B09D is #F84F62. Grayscale: #7B7B7B. Windows color (decimal): -16273251 or 10334215. OLE color: 10334215.
HSL color Cylindrical-coordinate representation of color #07B09D: hue angle of 173.25º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B09D is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 157 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.31 |
| HSL | 173.25º | 0.92% | 0.36% | - |
| HSV(B) | 173.25º | 0.96% | 0.69% | - |
| XYZ | 21.7 | 33.53 | 37.23 | - |
| YUV | 123.3 | 147.01 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 157 | 0.96 | 0 | 0.11 | 0.31 | 173.25 | 0.92 | 0.36 |
| Hex | 7 | B0 | 9D | 60 | 0 | B | 1F | AD | 5C | 24 |
| Octal | 7 | 260 | 235 | 140 | 0 | 13 | 37 | 255 | 134 | 44 |
| Binary | 111 | 10110000 | 10011101 | 1100000 | 0 | 1011 | 11111 | 10101101 | 1011100 | 100100 |
Color Harmonies of #07B09D
Complementary color
Monochromatic Colors of #07B09D
Black with #07B09D
Text Example
Text Example
White with #07B09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B09D; }
p { color: rgb(7,176,157); }
H1.HeaderClassName
{
color: #07B09D;
}
.AnyTagClassName
{
color: #07B09D;
}
</style>
background-color css
<style>
a { background-color: #07B09D; }
a { background-color: rgb(7,176,157); }
div.DivClassName
{
background-color: #07B09D;
}
.BgClassName
{
background-color: #07B09D;
}
</style>
border-color css
<style>
span { border-color: #07B09D; }
span { border-color: rgb(7,176,157); }
td.TdClassName
{
border-color: #07B09D;
}
.TagClassName
{
border-color: #07B09D;
}
</style>