Shades of Jewel #08623E
Tints of Jewel #08623E
RGB
CMYK
RGB Variations
Color information
#08623E (or 0x08623E) is known color: Jewel. HEX triplet: 08, 62 and 3E. RGB value is (8,98,62). Sum of RGB (Red+Green+Blue) = 8+98+62=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #08623E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08623E is #F79DC1. Grayscale: #434343. Windows color (decimal): -16227778 or 4088328. OLE color: 4088328.
HSL color Cylindrical-coordinate representation of color #08623E: hue angle of 156º 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 #08623E is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 62 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.62 |
| HSL | 156º | 0.85% | 0.21% | - |
| HSV(B) | 156º | 0.92% | 0.38% | - |
| XYZ | 5.34 | 9.13 | 6.04 | - |
| YUV | 66.99 | 125.18 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 62 | 0.92 | 0 | 0.37 | 0.62 | 156 | 0.85 | 0.21 |
| Hex | 8 | 62 | 3E | 5C | 0 | 25 | 3E | 9C | 55 | 15 |
| Octal | 10 | 142 | 76 | 134 | 0 | 45 | 76 | 234 | 125 | 25 |
| Binary | 1000 | 1100010 | 111110 | 1011100 | 0 | 100101 | 111110 | 10011100 | 1010101 | 10101 |
Color Harmonies of #08623E
Complementary color
Monochromatic Colors of #08623E
Black with #08623E
Text Example
Text Example
White with #08623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08623E; }
p { color: rgb(8,98,62); }
H1.HeaderClassName
{
color: #08623E;
}
.AnyTagClassName
{
color: #08623E;
}
</style>
background-color css
<style>
a { background-color: #08623E; }
a { background-color: rgb(8,98,62); }
div.DivClassName
{
background-color: #08623E;
}
.BgClassName
{
background-color: #08623E;
}
</style>
border-color css
<style>
span { border-color: #08623E; }
span { border-color: rgb(8,98,62); }
td.TdClassName
{
border-color: #08623E;
}
.TagClassName
{
border-color: #08623E;
}
</style>