Shades of Persian Green #07B09B
Tints of Persian Green #07B09B
RGB
CMYK
RGB Variations
Color information
#07B09B (or 0x07B09B) is known color: Persian Green. HEX triplet: 07, B0 and 9B. RGB value is (7,176,155). Sum of RGB (Red+Green+Blue) = 7+176+155=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #07B09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B09B is #F84F64. Grayscale: #7A7A7A. Windows color (decimal): -16273253 or 10203143. OLE color: 10203143.
HSL color Cylindrical-coordinate representation of color #07B09B: hue angle of 172.54º 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 #07B09B is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 155 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.31 |
| HSL | 172.54º | 0.92% | 0.36% | - |
| HSV(B) | 172.54º | 0.96% | 0.69% | - |
| XYZ | 21.53 | 33.46 | 36.33 | - |
| YUV | 123.08 | 146.01 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 155 | 0.96 | 0 | 0.12 | 0.31 | 172.54 | 0.92 | 0.36 |
| Hex | 7 | B0 | 9B | 60 | 0 | C | 1F | AD | 5C | 24 |
| Octal | 7 | 260 | 233 | 140 | 0 | 14 | 37 | 255 | 134 | 44 |
| Binary | 111 | 10110000 | 10011011 | 1100000 | 0 | 1100 | 11111 | 10101101 | 1011100 | 100100 |
Color Harmonies of #07B09B
Complementary color
Monochromatic Colors of #07B09B
Black with #07B09B
Text Example
Text Example
White with #07B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B09B; }
p { color: rgb(7,176,155); }
H1.HeaderClassName
{
color: #07B09B;
}
.AnyTagClassName
{
color: #07B09B;
}
</style>
background-color css
<style>
a { background-color: #07B09B; }
a { background-color: rgb(7,176,155); }
div.DivClassName
{
background-color: #07B09B;
}
.BgClassName
{
background-color: #07B09B;
}
</style>
border-color css
<style>
span { border-color: #07B09B; }
span { border-color: rgb(7,176,155); }
td.TdClassName
{
border-color: #07B09B;
}
.TagClassName
{
border-color: #07B09B;
}
</style>