Shades of Jewel #08693C
Tints of Jewel #08693C
RGB
CMYK
RGB Variations
Color information
#08693C (or 0x08693C) is known color: Jewel. HEX triplet: 08, 69 and 3C. RGB value is (8,105,60). Sum of RGB (Red+Green+Blue) = 8+105+60=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #08693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08693C is #F796C3. Grayscale: #464646. Windows color (decimal): -16225988 or 3959048. OLE color: 3959048.
HSL color Cylindrical-coordinate representation of color #08693C: hue angle of 152.16º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08693C is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 60 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.59 |
| HSL | 152.16º | 0.86% | 0.22% | - |
| HSV(B) | 152.16º | 0.92% | 0.41% | - |
| XYZ | 5.97 | 10.48 | 5.98 | - |
| YUV | 70.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 60 | 0.92 | 0 | 0.43 | 0.59 | 152.16 | 0.86 | 0.22 |
| Hex | 8 | 69 | 3C | 5C | 0 | 2B | 3B | 98 | 56 | 16 |
| Octal | 10 | 151 | 74 | 134 | 0 | 53 | 73 | 230 | 126 | 26 |
| Binary | 1000 | 1101001 | 111100 | 1011100 | 0 | 101011 | 111011 | 10011000 | 1010110 | 10110 |
Color Harmonies of #08693C
Complementary color
Monochromatic Colors of #08693C
Black with #08693C
Text Example
Text Example
White with #08693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08693C; }
p { color: rgb(8,105,60); }
H1.HeaderClassName
{
color: #08693C;
}
.AnyTagClassName
{
color: #08693C;
}
</style>
background-color css
<style>
a { background-color: #08693C; }
a { background-color: rgb(8,105,60); }
div.DivClassName
{
background-color: #08693C;
}
.BgClassName
{
background-color: #08693C;
}
</style>
border-color css
<style>
span { border-color: #08693C; }
span { border-color: rgb(8,105,60); }
td.TdClassName
{
border-color: #08693C;
}
.TagClassName
{
border-color: #08693C;
}
</style>