Shades of Crusoe #086330
Tints of Crusoe #086330
RGB
CMYK
RGB Variations
Color information
#086330 (or 0x086330) is known color: Crusoe. HEX triplet: 08, 63 and 30. RGB value is (8,99,48). Sum of RGB (Red+Green+Blue) = 8+99+48=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #086330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086330 is #F79CCF. Grayscale: #424242. Windows color (decimal): -16227536 or 3171080. OLE color: 3171080.
HSL color Cylindrical-coordinate representation of color #086330: hue angle of 146.37º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086330 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 48 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.61 |
| HSL | 146.37º | 0.85% | 0.21% | - |
| HSV(B) | 146.37º | 0.92% | 0.39% | - |
| XYZ | 5.1 | 9.19 | 4.3 | - |
| YUV | 65.98 | 117.85 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 48 | 0.92 | 0 | 0.52 | 0.61 | 146.37 | 0.85 | 0.21 |
| Hex | 8 | 63 | 30 | 5C | 0 | 34 | 3D | 92 | 55 | 15 |
| Octal | 10 | 143 | 60 | 134 | 0 | 64 | 75 | 222 | 125 | 25 |
| Binary | 1000 | 1100011 | 110000 | 1011100 | 0 | 110100 | 111101 | 10010010 | 1010101 | 10101 |
Color Harmonies of #086330
Complementary color
Monochromatic Colors of #086330
Black with #086330
Text Example
Text Example
White with #086330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086330; }
p { color: rgb(8,99,48); }
H1.HeaderClassName
{
color: #086330;
}
.AnyTagClassName
{
color: #086330;
}
</style>
background-color css
<style>
a { background-color: #086330; }
a { background-color: rgb(8,99,48); }
div.DivClassName
{
background-color: #086330;
}
.BgClassName
{
background-color: #086330;
}
</style>
border-color css
<style>
span { border-color: #086330; }
span { border-color: rgb(8,99,48); }
td.TdClassName
{
border-color: #086330;
}
.TagClassName
{
border-color: #086330;
}
</style>