Shades of Jewel #08613F
Tints of Jewel #08613F
RGB
CMYK
RGB Variations
Color information
#08613F (or 0x08613F) is known color: Jewel. HEX triplet: 08, 61 and 3F. RGB value is (8,97,63). Sum of RGB (Red+Green+Blue) = 8+97+63=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #08613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08613F is #F79EC0. Grayscale: #424242. Windows color (decimal): -16228033 or 4153608. OLE color: 4153608.
HSL color Cylindrical-coordinate representation of color #08613F: hue angle of 157.08º 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 #08613F is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 97 | 63 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.62 |
| HSL | 157.08º | 0.85% | 0.21% | - |
| HSV(B) | 157.08º | 0.92% | 0.38% | - |
| XYZ | 5.27 | 8.96 | 6.15 | - |
| YUV | 66.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 63 | 0.92 | 0 | 0.35 | 0.62 | 157.08 | 0.85 | 0.21 |
| Hex | 8 | 61 | 3F | 5C | 0 | 23 | 3E | 9D | 55 | 15 |
| Octal | 10 | 141 | 77 | 134 | 0 | 43 | 76 | 235 | 125 | 25 |
| Binary | 1000 | 1100001 | 111111 | 1011100 | 0 | 100011 | 111110 | 10011101 | 1010101 | 10101 |
Color Harmonies of #08613F
Complementary color
Monochromatic Colors of #08613F
Black with #08613F
Text Example
Text Example
White with #08613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08613F; }
p { color: rgb(8,97,63); }
H1.HeaderClassName
{
color: #08613F;
}
.AnyTagClassName
{
color: #08613F;
}
</style>
background-color css
<style>
a { background-color: #08613F; }
a { background-color: rgb(8,97,63); }
div.DivClassName
{
background-color: #08613F;
}
.BgClassName
{
background-color: #08613F;
}
</style>
border-color css
<style>
span { border-color: #08613F; }
span { border-color: rgb(8,97,63); }
td.TdClassName
{
border-color: #08613F;
}
.TagClassName
{
border-color: #08613F;
}
</style>