Shades of Crusoe #086927
Tints of Crusoe #086927
RGB
CMYK
RGB Variations
Color information
#086927 (or 0x086927) is known color: Crusoe. HEX triplet: 08, 69 and 27. RGB value is (8,105,39). Sum of RGB (Red+Green+Blue) = 8+105+39=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #086927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086927 is #F796D8. Grayscale: #444444. Windows color (decimal): -16226009 or 2582792. OLE color: 2582792.
HSL color Cylindrical-coordinate representation of color #086927: hue angle of 139.18º 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 #086927 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 39 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.59 |
| HSL | 139.18º | 0.86% | 0.22% | - |
| HSV(B) | 139.18º | 0.92% | 0.41% | - |
| XYZ | 5.52 | 10.3 | 3.62 | - |
| YUV | 68.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 39 | 0.92 | 0 | 0.63 | 0.59 | 139.18 | 0.86 | 0.22 |
| Hex | 8 | 69 | 27 | 5C | 0 | 3F | 3B | 8B | 56 | 16 |
| Octal | 10 | 151 | 47 | 134 | 0 | 77 | 73 | 213 | 126 | 26 |
| Binary | 1000 | 1101001 | 100111 | 1011100 | 0 | 111111 | 111011 | 10001011 | 1010110 | 10110 |
Color Harmonies of #086927
Complementary color
Monochromatic Colors of #086927
Black with #086927
Text Example
Text Example
White with #086927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086927; }
p { color: rgb(8,105,39); }
H1.HeaderClassName
{
color: #086927;
}
.AnyTagClassName
{
color: #086927;
}
</style>
background-color css
<style>
a { background-color: #086927; }
a { background-color: rgb(8,105,39); }
div.DivClassName
{
background-color: #086927;
}
.BgClassName
{
background-color: #086927;
}
</style>
border-color css
<style>
span { border-color: #086927; }
span { border-color: rgb(8,105,39); }
td.TdClassName
{
border-color: #086927;
}
.TagClassName
{
border-color: #086927;
}
</style>