Shades of Jade #10B764
Tints of Jade #10B764
RGB
CMYK
RGB Variations
Color information
#10B764 (or 0x10B764) is known color: Jade. HEX triplet: 10, B7 and 64. RGB value is (16,183,100). Sum of RGB (Red+Green+Blue) = 16+183+100=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #10B764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B764 is #EF489B. Grayscale: #7B7B7B. Windows color (decimal): -15681692 or 6600464. OLE color: 6600464.
HSL color Cylindrical-coordinate representation of color #10B764: hue angle of 150.18º 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 #10B764 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 100 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.28 |
| HSL | 150.18º | 0.84% | 0.39% | - |
| HSV(B) | 150.18º | 0.91% | 0.72% | - |
| XYZ | 19.45 | 34.9 | 17.77 | - |
| YUV | 123.61 | 114.67 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 100 | 0.91 | 0 | 0.45 | 0.28 | 150.18 | 0.84 | 0.39 |
| Hex | 10 | B7 | 64 | 5B | 0 | 2D | 1C | 96 | 54 | 27 |
| Octal | 20 | 267 | 144 | 133 | 0 | 55 | 34 | 226 | 124 | 47 |
| Binary | 10000 | 10110111 | 1100100 | 1011011 | 0 | 101101 | 11100 | 10010110 | 1010100 | 100111 |
Color Harmonies of #10B764
Complementary color
Monochromatic Colors of #10B764
Black with #10B764
Text Example
Text Example
White with #10B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B764; }
p { color: rgb(16,183,100); }
H1.HeaderClassName
{
color: #10B764;
}
.AnyTagClassName
{
color: #10B764;
}
</style>
background-color css
<style>
a { background-color: #10B764; }
a { background-color: rgb(16,183,100); }
div.DivClassName
{
background-color: #10B764;
}
.BgClassName
{
background-color: #10B764;
}
</style>
border-color css
<style>
span { border-color: #10B764; }
span { border-color: rgb(16,183,100); }
td.TdClassName
{
border-color: #10B764;
}
.TagClassName
{
border-color: #10B764;
}
</style>