Shades of Jewel #08663D
Tints of Jewel #08663D
RGB
CMYK
RGB Variations
Color information
#08663D (or 0x08663D) is known color: Jewel. HEX triplet: 08, 66 and 3D. RGB value is (8,102,61). Sum of RGB (Red+Green+Blue) = 8+102+61=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #08663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08663D is #F799C2. Grayscale: #454545. Windows color (decimal): -16226755 or 4023816. OLE color: 4023816.
HSL color Cylindrical-coordinate representation of color #08663D: hue angle of 153.83º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08663D is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 61 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.6 |
| HSL | 153.83º | 0.85% | 0.22% | - |
| HSV(B) | 153.83º | 0.92% | 0.4% | - |
| XYZ | 5.69 | 9.89 | 6.02 | - |
| YUV | 69.22 | 123.36 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 61 | 0.92 | 0 | 0.40 | 0.6 | 153.83 | 0.85 | 0.22 |
| Hex | 8 | 66 | 3D | 5C | 0 | 28 | 3C | 9A | 55 | 16 |
| Octal | 10 | 146 | 75 | 134 | 0 | 50 | 74 | 232 | 125 | 26 |
| Binary | 1000 | 1100110 | 111101 | 1011100 | 0 | 101000 | 111100 | 10011010 | 1010101 | 10110 |
Color Harmonies of #08663D
Complementary color
Monochromatic Colors of #08663D
Black with #08663D
Text Example
Text Example
White with #08663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08663D; }
p { color: rgb(8,102,61); }
H1.HeaderClassName
{
color: #08663D;
}
.AnyTagClassName
{
color: #08663D;
}
</style>
background-color css
<style>
a { background-color: #08663D; }
a { background-color: rgb(8,102,61); }
div.DivClassName
{
background-color: #08663D;
}
.BgClassName
{
background-color: #08663D;
}
</style>
border-color css
<style>
span { border-color: #08663D; }
span { border-color: rgb(8,102,61); }
td.TdClassName
{
border-color: #08663D;
}
.TagClassName
{
border-color: #08663D;
}
</style>