Shades of Persian Green #07B38C
Tints of Persian Green #07B38C
RGB
CMYK
RGB Variations
Color information
#07B38C (or 0x07B38C) is known color: Persian Green. HEX triplet: 07, B3 and 8C. RGB value is (7,179,140). Sum of RGB (Red+Green+Blue) = 7+179+140=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #07B38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B38C is #F84C73. Grayscale: #7B7B7B. Windows color (decimal): -16272500 or 9220871. OLE color: 9220871.
HSL color Cylindrical-coordinate representation of color #07B38C: hue angle of 166.4º 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 #07B38C is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 140 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.30 |
| HSL | 166.4º | 0.92% | 0.36% | - |
| HSV(B) | 166.4º | 0.96% | 0.7% | - |
| XYZ | 20.94 | 34.18 | 30.3 | - |
| YUV | 123.13 | 137.52 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 140 | 0.96 | 0 | 0.22 | 0.30 | 166.4 | 0.92 | 0.36 |
| Hex | 7 | B3 | 8C | 60 | 0 | 16 | 1E | A6 | 5C | 24 |
| Octal | 7 | 263 | 214 | 140 | 0 | 26 | 36 | 246 | 134 | 44 |
| Binary | 111 | 10110011 | 10001100 | 1100000 | 0 | 10110 | 11110 | 10100110 | 1011100 | 100100 |
Color Harmonies of #07B38C
Complementary color
Monochromatic Colors of #07B38C
Black with #07B38C
Text Example
Text Example
White with #07B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B38C; }
p { color: rgb(7,179,140); }
H1.HeaderClassName
{
color: #07B38C;
}
.AnyTagClassName
{
color: #07B38C;
}
</style>
background-color css
<style>
a { background-color: #07B38C; }
a { background-color: rgb(7,179,140); }
div.DivClassName
{
background-color: #07B38C;
}
.BgClassName
{
background-color: #07B38C;
}
</style>
border-color css
<style>
span { border-color: #07B38C; }
span { border-color: rgb(7,179,140); }
td.TdClassName
{
border-color: #07B38C;
}
.TagClassName
{
border-color: #07B38C;
}
</style>