Shades of Jewel #08683F
Tints of Jewel #08683F
RGB
CMYK
RGB Variations
Color information
#08683F (or 0x08683F) is known color: Jewel. HEX triplet: 08, 68 and 3F. RGB value is (8,104,63). Sum of RGB (Red+Green+Blue) = 8+104+63=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #08683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08683F is #F797C0. Grayscale: #464646. Windows color (decimal): -16226241 or 4155400. OLE color: 4155400.
HSL color Cylindrical-coordinate representation of color #08683F: hue angle of 154.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08683F is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 63 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.59 |
| HSL | 154.38º | 0.86% | 0.22% | - |
| HSV(B) | 154.38º | 0.92% | 0.41% | - |
| XYZ | 5.95 | 10.31 | 6.38 | - |
| YUV | 70.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 63 | 0.92 | 0 | 0.39 | 0.59 | 154.38 | 0.86 | 0.22 |
| Hex | 8 | 68 | 3F | 5C | 0 | 27 | 3B | 9A | 56 | 16 |
| Octal | 10 | 150 | 77 | 134 | 0 | 47 | 73 | 232 | 126 | 26 |
| Binary | 1000 | 1101000 | 111111 | 1011100 | 0 | 100111 | 111011 | 10011010 | 1010110 | 10110 |
Color Harmonies of #08683F
Complementary color
Monochromatic Colors of #08683F
Black with #08683F
Text Example
Text Example
White with #08683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08683F; }
p { color: rgb(8,104,63); }
H1.HeaderClassName
{
color: #08683F;
}
.AnyTagClassName
{
color: #08683F;
}
</style>
background-color css
<style>
a { background-color: #08683F; }
a { background-color: rgb(8,104,63); }
div.DivClassName
{
background-color: #08683F;
}
.BgClassName
{
background-color: #08683F;
}
</style>
border-color css
<style>
span { border-color: #08683F; }
span { border-color: rgb(8,104,63); }
td.TdClassName
{
border-color: #08683F;
}
.TagClassName
{
border-color: #08683F;
}
</style>