Shades of Jewel #00683B
Tints of Jewel #00683B
RGB
CMYK
RGB Variations
Color information
#00683B (or 0x00683B) is known color: Jewel. HEX triplet: 00, 68 and 3B. RGB value is (0,104,59). Sum of RGB (Red+Green+Blue) = 0+104+59=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #00683B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00683B is #FF97C4. Grayscale: #434343. Windows color (decimal): -16750533 or 3893248. OLE color: 3893248.
HSL color Cylindrical-coordinate representation of color #00683B: hue angle of 154.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00683B is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 59 | - |
| CMYK | 1 | 0 | 0.43 | 0.59 |
| HSL | 154.04º | 1% | 0.2% | - |
| HSV(B) | 154.04º | 1% | 0.41% | - |
| XYZ | 5.74 | 10.22 | 5.81 | - |
| YUV | 67.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 59 | 1 | 0 | 0.43 | 0.59 | 154.04 | 1 | 0.2 |
| Hex | 0 | 68 | 3B | 64 | 0 | 2B | 3B | 9A | 64 | 14 |
| Octal | 0 | 150 | 73 | 144 | 0 | 53 | 73 | 232 | 144 | 24 |
| Binary | 0 | 1101000 | 111011 | 1100100 | 0 | 101011 | 111011 | 10011010 | 1100100 | 10100 |
Color Harmonies of #00683B
Complementary color
Monochromatic Colors of #00683B
Black with #00683B
Text Example
Text Example
White with #00683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00683B; }
p { color: rgb(0,104,59); }
H1.HeaderClassName
{
color: #00683B;
}
.AnyTagClassName
{
color: #00683B;
}
</style>
background-color css
<style>
a { background-color: #00683B; }
a { background-color: rgb(0,104,59); }
div.DivClassName
{
background-color: #00683B;
}
.BgClassName
{
background-color: #00683B;
}
</style>
border-color css
<style>
span { border-color: #00683B; }
span { border-color: rgb(0,104,59); }
td.TdClassName
{
border-color: #00683B;
}
.TagClassName
{
border-color: #00683B;
}
</style>