Shades of Jewel #08653E
Tints of Jewel #08653E
RGB
CMYK
RGB Variations
Color information
#08653E (or 0x08653E) is known color: Jewel. HEX triplet: 08, 65 and 3E. RGB value is (8,101,62). Sum of RGB (Red+Green+Blue) = 8+101+62=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #08653E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08653E is #F79AC1. Grayscale: #444444. Windows color (decimal): -16227010 or 4089096. OLE color: 4089096.
HSL color Cylindrical-coordinate representation of color #08653E: hue angle of 154.84º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08653E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 62 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.60 |
| HSL | 154.84º | 0.85% | 0.21% | - |
| HSV(B) | 154.84º | 0.92% | 0.4% | - |
| XYZ | 5.62 | 9.71 | 6.13 | - |
| YUV | 68.75 | 124.19 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 62 | 0.92 | 0 | 0.39 | 0.60 | 154.84 | 0.85 | 0.21 |
| Hex | 8 | 65 | 3E | 5C | 0 | 27 | 3C | 9B | 55 | 15 |
| Octal | 10 | 145 | 76 | 134 | 0 | 47 | 74 | 233 | 125 | 25 |
| Binary | 1000 | 1100101 | 111110 | 1011100 | 0 | 100111 | 111100 | 10011011 | 1010101 | 10101 |
Color Harmonies of #08653E
Complementary color
Monochromatic Colors of #08653E
Black with #08653E
Text Example
Text Example
White with #08653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08653E; }
p { color: rgb(8,101,62); }
H1.HeaderClassName
{
color: #08653E;
}
.AnyTagClassName
{
color: #08653E;
}
</style>
background-color css
<style>
a { background-color: #08653E; }
a { background-color: rgb(8,101,62); }
div.DivClassName
{
background-color: #08653E;
}
.BgClassName
{
background-color: #08653E;
}
</style>
border-color css
<style>
span { border-color: #08653E; }
span { border-color: rgb(8,101,62); }
td.TdClassName
{
border-color: #08653E;
}
.TagClassName
{
border-color: #08653E;
}
</style>