Shades of Persian Green #07B28B
Tints of Persian Green #07B28B
RGB
CMYK
RGB Variations
Color information
#07B28B (or 0x07B28B) is known color: Persian Green. HEX triplet: 07, B2 and 8B. RGB value is (7,178,139). Sum of RGB (Red+Green+Blue) = 7+178+139=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #07B28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B28B is #F84D74. Grayscale: #7A7A7A. Windows color (decimal): -16272757 or 9155079. OLE color: 9155079.
HSL color Cylindrical-coordinate representation of color #07B28B: hue angle of 166.32º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B28B is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 139 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.30 |
| HSL | 166.32º | 0.92% | 0.36% | - |
| HSV(B) | 166.32º | 0.96% | 0.7% | - |
| XYZ | 20.67 | 33.75 | 29.85 | - |
| YUV | 122.43 | 137.35 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 139 | 0.96 | 0 | 0.22 | 0.30 | 166.32 | 0.92 | 0.36 |
| Hex | 7 | B2 | 8B | 60 | 0 | 16 | 1E | A6 | 5C | 24 |
| Octal | 7 | 262 | 213 | 140 | 0 | 26 | 36 | 246 | 134 | 44 |
| Binary | 111 | 10110010 | 10001011 | 1100000 | 0 | 10110 | 11110 | 10100110 | 1011100 | 100100 |
Color Harmonies of #07B28B
Complementary color
Monochromatic Colors of #07B28B
Black with #07B28B
Text Example
Text Example
White with #07B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B28B; }
p { color: rgb(7,178,139); }
H1.HeaderClassName
{
color: #07B28B;
}
.AnyTagClassName
{
color: #07B28B;
}
</style>
background-color css
<style>
a { background-color: #07B28B; }
a { background-color: rgb(7,178,139); }
div.DivClassName
{
background-color: #07B28B;
}
.BgClassName
{
background-color: #07B28B;
}
</style>
border-color css
<style>
span { border-color: #07B28B; }
span { border-color: rgb(7,178,139); }
td.TdClassName
{
border-color: #07B28B;
}
.TagClassName
{
border-color: #07B28B;
}
</style>