Shades of Crusoe #086115
Tints of Crusoe #086115
RGB
CMYK
RGB Variations
Color information
#086115 (or 0x086115) is known color: Crusoe. HEX triplet: 08, 61 and 15. RGB value is (8,97,21). Sum of RGB (Red+Green+Blue) = 8+97+21=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 97 (38.28% from 255 or 76.98% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 97 - color contains mainly: green. Hex color #086115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086115 is #F79EEA. Grayscale: #3D3D3D. Windows color (decimal): -16228075 or 1401096. OLE color: 1401096.
HSL color Cylindrical-coordinate representation of color #086115: hue angle of 128.76º 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 #086115 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 97 | 21 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.62 |
| HSL | 128.76º | 0.85% | 0.21% | - |
| HSV(B) | 128.76º | 0.92% | 0.38% | - |
| XYZ | 4.51 | 8.66 | 2.14 | - |
| YUV | 61.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 21 | 0.92 | 0 | 0.78 | 0.62 | 128.76 | 0.85 | 0.21 |
| Hex | 8 | 61 | 15 | 5C | 0 | 4E | 3E | 81 | 55 | 15 |
| Octal | 10 | 141 | 25 | 134 | 0 | 116 | 76 | 201 | 125 | 25 |
| Binary | 1000 | 1100001 | 10101 | 1011100 | 0 | 1001110 | 111110 | 10000001 | 1010101 | 10101 |
Color Harmonies of #086115
Complementary color
Monochromatic Colors of #086115
Black with #086115
Text Example
Text Example
White with #086115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086115; }
p { color: rgb(8,97,21); }
H1.HeaderClassName
{
color: #086115;
}
.AnyTagClassName
{
color: #086115;
}
</style>
background-color css
<style>
a { background-color: #086115; }
a { background-color: rgb(8,97,21); }
div.DivClassName
{
background-color: #086115;
}
.BgClassName
{
background-color: #086115;
}
</style>
border-color css
<style>
span { border-color: #086115; }
span { border-color: rgb(8,97,21); }
td.TdClassName
{
border-color: #086115;
}
.TagClassName
{
border-color: #086115;
}
</style>