Shades of Jewel #08613E
Tints of Jewel #08613E
RGB
CMYK
RGB Variations
Color information
#08613E (or 0x08613E) is known color: Jewel. HEX triplet: 08, 61 and 3E. RGB value is (8,97,62). Sum of RGB (Red+Green+Blue) = 8+97+62=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #08613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08613E is #F79EC1. Grayscale: #424242. Windows color (decimal): -16228034 or 4088072. OLE color: 4088072.
HSL color Cylindrical-coordinate representation of color #08613E: hue angle of 156.4º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08613E is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 97 | 62 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.62 |
| HSL | 156.4º | 0.85% | 0.21% | - |
| HSV(B) | 156.4º | 0.92% | 0.38% | - |
| XYZ | 5.24 | 8.95 | 6.01 | - |
| YUV | 66.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 62 | 0.92 | 0 | 0.36 | 0.62 | 156.4 | 0.85 | 0.21 |
| Hex | 8 | 61 | 3E | 5C | 0 | 24 | 3E | 9C | 55 | 15 |
| Octal | 10 | 141 | 76 | 134 | 0 | 44 | 76 | 234 | 125 | 25 |
| Binary | 1000 | 1100001 | 111110 | 1011100 | 0 | 100100 | 111110 | 10011100 | 1010101 | 10101 |
Color Harmonies of #08613E
Complementary color
Monochromatic Colors of #08613E
Black with #08613E
Text Example
Text Example
White with #08613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08613E; }
p { color: rgb(8,97,62); }
H1.HeaderClassName
{
color: #08613E;
}
.AnyTagClassName
{
color: #08613E;
}
</style>
background-color css
<style>
a { background-color: #08613E; }
a { background-color: rgb(8,97,62); }
div.DivClassName
{
background-color: #08613E;
}
.BgClassName
{
background-color: #08613E;
}
</style>
border-color css
<style>
span { border-color: #08613E; }
span { border-color: rgb(8,97,62); }
td.TdClassName
{
border-color: #08613E;
}
.TagClassName
{
border-color: #08613E;
}
</style>