Shades of Jade #00B368
Tints of Jade #00B368
RGB
CMYK
RGB Variations
Color information
#00B368 (or 0x00B368) is known color: Jade. HEX triplet: 00, B3 and 68. RGB value is (0,179,104). Sum of RGB (Red+Green+Blue) = 0+179+104=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #00B368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B368 is #FF4C97. Grayscale: #757575. Windows color (decimal): -16731288 or 6861568. OLE color: 6861568.
HSL color Cylindrical-coordinate representation of color #00B368: hue angle of 154.86º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B368 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 104 | - |
| CMYK | 1 | 0 | 0.42 | 0.30 |
| HSL | 154.86º | 1% | 0.35% | - |
| HSV(B) | 154.86º | 1% | 0.7% | - |
| XYZ | 18.62 | 33.24 | 18.53 | - |
| YUV | 116.93 | 120.7 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 104 | 1 | 0 | 0.42 | 0.30 | 154.86 | 1 | 0.35 |
| Hex | 0 | B3 | 68 | 64 | 0 | 2A | 1E | 9B | 64 | 23 |
| Octal | 0 | 263 | 150 | 144 | 0 | 52 | 36 | 233 | 144 | 43 |
| Binary | 0 | 10110011 | 1101000 | 1100100 | 0 | 101010 | 11110 | 10011011 | 1100100 | 100011 |
Color Harmonies of #00B368
Complementary color
Monochromatic Colors of #00B368
Black with #00B368
Text Example
Text Example
White with #00B368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B368; }
p { color: rgb(0,179,104); }
H1.HeaderClassName
{
color: #00B368;
}
.AnyTagClassName
{
color: #00B368;
}
</style>
background-color css
<style>
a { background-color: #00B368; }
a { background-color: rgb(0,179,104); }
div.DivClassName
{
background-color: #00B368;
}
.BgClassName
{
background-color: #00B368;
}
</style>
border-color css
<style>
span { border-color: #00B368; }
span { border-color: rgb(0,179,104); }
td.TdClassName
{
border-color: #00B368;
}
.TagClassName
{
border-color: #00B368;
}
</style>