Shades of Jade #08B770
Tints of Jade #08B770
RGB
CMYK
RGB Variations
Color information
#08B770 (or 0x08B770) is known color: Jade. HEX triplet: 08, B7 and 70. RGB value is (8,183,112). Sum of RGB (Red+Green+Blue) = 8+183+112=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #08B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B770 is #F7488F. Grayscale: #7A7A7A. Windows color (decimal): -16205968 or 7386888. OLE color: 7386888.
HSL color Cylindrical-coordinate representation of color #08B770: hue angle of 155.66º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B770 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 183 | 112 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.28 |
| HSL | 155.66º | 0.92% | 0.37% | - |
| HSV(B) | 155.66º | 0.96% | 0.72% | - |
| XYZ | 19.96 | 35.09 | 21.05 | - |
| YUV | 122.58 | 122.02 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 112 | 0.96 | 0 | 0.39 | 0.28 | 155.66 | 0.92 | 0.37 |
| Hex | 8 | B7 | 70 | 60 | 0 | 27 | 1C | 9C | 5C | 25 |
| Octal | 10 | 267 | 160 | 140 | 0 | 47 | 34 | 234 | 134 | 45 |
| Binary | 1000 | 10110111 | 1110000 | 1100000 | 0 | 100111 | 11100 | 10011100 | 1011100 | 100101 |
Color Harmonies of #08B770
Complementary color
Monochromatic Colors of #08B770
Black with #08B770
Text Example
Text Example
White with #08B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B770; }
p { color: rgb(8,183,112); }
H1.HeaderClassName
{
color: #08B770;
}
.AnyTagClassName
{
color: #08B770;
}
</style>
background-color css
<style>
a { background-color: #08B770; }
a { background-color: rgb(8,183,112); }
div.DivClassName
{
background-color: #08B770;
}
.BgClassName
{
background-color: #08B770;
}
</style>
border-color css
<style>
span { border-color: #08B770; }
span { border-color: rgb(8,183,112); }
td.TdClassName
{
border-color: #08B770;
}
.TagClassName
{
border-color: #08B770;
}
</style>