Shades of Crusoe #086230
Tints of Crusoe #086230
RGB
CMYK
RGB Variations
Color information
#086230 (or 0x086230) is known color: Crusoe. HEX triplet: 08, 62 and 30. RGB value is (8,98,48). Sum of RGB (Red+Green+Blue) = 8+98+48=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #086230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086230 is #F79DCF. Grayscale: #414141. Windows color (decimal): -16227792 or 3170824. OLE color: 3170824.
HSL color Cylindrical-coordinate representation of color #086230: hue angle of 146.67º 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 #086230 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 48 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.62 |
| HSL | 146.67º | 0.85% | 0.21% | - |
| HSV(B) | 146.67º | 0.92% | 0.38% | - |
| XYZ | 5 | 9 | 4.27 | - |
| YUV | 65.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 48 | 0.92 | 0 | 0.51 | 0.62 | 146.67 | 0.85 | 0.21 |
| Hex | 8 | 62 | 30 | 5C | 0 | 33 | 3E | 93 | 55 | 15 |
| Octal | 10 | 142 | 60 | 134 | 0 | 63 | 76 | 223 | 125 | 25 |
| Binary | 1000 | 1100010 | 110000 | 1011100 | 0 | 110011 | 111110 | 10010011 | 1010101 | 10101 |
Color Harmonies of #086230
Complementary color
Monochromatic Colors of #086230
Black with #086230
Text Example
Text Example
White with #086230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086230; }
p { color: rgb(8,98,48); }
H1.HeaderClassName
{
color: #086230;
}
.AnyTagClassName
{
color: #086230;
}
</style>
background-color css
<style>
a { background-color: #086230; }
a { background-color: rgb(8,98,48); }
div.DivClassName
{
background-color: #086230;
}
.BgClassName
{
background-color: #086230;
}
</style>
border-color css
<style>
span { border-color: #086230; }
span { border-color: rgb(8,98,48); }
td.TdClassName
{
border-color: #086230;
}
.TagClassName
{
border-color: #086230;
}
</style>