Shades of Persian Green #07B09C
Tints of Persian Green #07B09C
RGB
CMYK
RGB Variations
Color information
#07B09C (or 0x07B09C) is known color: Persian Green. HEX triplet: 07, B0 and 9C. RGB value is (7,176,156). Sum of RGB (Red+Green+Blue) = 7+176+156=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #07B09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B09C is #F84F63. Grayscale: #7B7B7B. Windows color (decimal): -16273252 or 10268679. OLE color: 10268679.
HSL color Cylindrical-coordinate representation of color #07B09C: hue angle of 172.9º 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 #07B09C is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 156 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.31 |
| HSL | 172.9º | 0.92% | 0.36% | - |
| HSV(B) | 172.9º | 0.96% | 0.69% | - |
| XYZ | 21.61 | 33.5 | 36.78 | - |
| YUV | 123.19 | 146.51 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 156 | 0.96 | 0 | 0.11 | 0.31 | 172.9 | 0.92 | 0.36 |
| Hex | 7 | B0 | 9C | 60 | 0 | B | 1F | AD | 5C | 24 |
| Octal | 7 | 260 | 234 | 140 | 0 | 13 | 37 | 255 | 134 | 44 |
| Binary | 111 | 10110000 | 10011100 | 1100000 | 0 | 1011 | 11111 | 10101101 | 1011100 | 100100 |
Color Harmonies of #07B09C
Complementary color
Monochromatic Colors of #07B09C
Black with #07B09C
Text Example
Text Example
White with #07B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B09C; }
p { color: rgb(7,176,156); }
H1.HeaderClassName
{
color: #07B09C;
}
.AnyTagClassName
{
color: #07B09C;
}
</style>
background-color css
<style>
a { background-color: #07B09C; }
a { background-color: rgb(7,176,156); }
div.DivClassName
{
background-color: #07B09C;
}
.BgClassName
{
background-color: #07B09C;
}
</style>
border-color css
<style>
span { border-color: #07B09C; }
span { border-color: rgb(7,176,156); }
td.TdClassName
{
border-color: #07B09C;
}
.TagClassName
{
border-color: #07B09C;
}
</style>