Shades of Jade #10B770
Tints of Jade #10B770
RGB
CMYK
RGB Variations
Color information
#10B770 (or 0x10B770) is known color: Jade. HEX triplet: 10, B7 and 70. RGB value is (16,183,112). Sum of RGB (Red+Green+Blue) = 16+183+112=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #10B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B770 is #EF488F. Grayscale: #7D7D7D. Windows color (decimal): -15681680 or 7386896. OLE color: 7386896.
HSL color Cylindrical-coordinate representation of color #10B770: hue angle of 154.49º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B770 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 112 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.28 |
| HSL | 154.49º | 0.84% | 0.39% | - |
| HSV(B) | 154.49º | 0.91% | 0.72% | - |
| XYZ | 20.07 | 35.15 | 21.06 | - |
| YUV | 124.97 | 120.67 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 112 | 0.91 | 0 | 0.39 | 0.28 | 154.49 | 0.84 | 0.39 |
| Hex | 10 | B7 | 70 | 5B | 0 | 27 | 1C | 9A | 54 | 27 |
| Octal | 20 | 267 | 160 | 133 | 0 | 47 | 34 | 232 | 124 | 47 |
| Binary | 10000 | 10110111 | 1110000 | 1011011 | 0 | 100111 | 11100 | 10011010 | 1010100 | 100111 |
Color Harmonies of #10B770
Complementary color
Monochromatic Colors of #10B770
Black with #10B770
Text Example
Text Example
White with #10B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B770; }
p { color: rgb(16,183,112); }
H1.HeaderClassName
{
color: #10B770;
}
.AnyTagClassName
{
color: #10B770;
}
</style>
background-color css
<style>
a { background-color: #10B770; }
a { background-color: rgb(16,183,112); }
div.DivClassName
{
background-color: #10B770;
}
.BgClassName
{
background-color: #10B770;
}
</style>
border-color css
<style>
span { border-color: #10B770; }
span { border-color: rgb(16,183,112); }
td.TdClassName
{
border-color: #10B770;
}
.TagClassName
{
border-color: #10B770;
}
</style>