Shades of Jade #00B665
Tints of Jade #00B665
RGB
CMYK
RGB Variations
Color information
#00B665 (or 0x00B665) is known color: Jade. HEX triplet: 00, B6 and 65. RGB value is (0,182,101). Sum of RGB (Red+Green+Blue) = 0+182+101=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #00B665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B665 is #FF499A. Grayscale: #767676. Windows color (decimal): -16730523 or 6665728. OLE color: 6665728.
HSL color Cylindrical-coordinate representation of color #00B665: hue angle of 153.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B665 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 101 | - |
| CMYK | 1 | 0 | 0.45 | 0.29 |
| HSL | 153.3º | 1% | 0.36% | - |
| HSV(B) | 153.3º | 1% | 0.71% | - |
| XYZ | 19.08 | 34.4 | 17.95 | - |
| YUV | 118.35 | 118.2 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 101 | 1 | 0 | 0.45 | 0.29 | 153.3 | 1 | 0.36 |
| Hex | 0 | B6 | 65 | 64 | 0 | 2D | 1D | 99 | 64 | 24 |
| Octal | 0 | 266 | 145 | 144 | 0 | 55 | 35 | 231 | 144 | 44 |
| Binary | 0 | 10110110 | 1100101 | 1100100 | 0 | 101101 | 11101 | 10011001 | 1100100 | 100100 |
Color Harmonies of #00B665
Complementary color
Monochromatic Colors of #00B665
Black with #00B665
Text Example
Text Example
White with #00B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B665; }
p { color: rgb(0,182,101); }
H1.HeaderClassName
{
color: #00B665;
}
.AnyTagClassName
{
color: #00B665;
}
</style>
background-color css
<style>
a { background-color: #00B665; }
a { background-color: rgb(0,182,101); }
div.DivClassName
{
background-color: #00B665;
}
.BgClassName
{
background-color: #00B665;
}
</style>
border-color css
<style>
span { border-color: #00B665; }
span { border-color: rgb(0,182,101); }
td.TdClassName
{
border-color: #00B665;
}
.TagClassName
{
border-color: #00B665;
}
</style>