Shades of Crusoe #086A28
Tints of Crusoe #086A28
RGB
CMYK
RGB Variations
Color information
#086A28 (or 0x086A28) is known color: Crusoe. HEX triplet: 08, 6A and 28. RGB value is (8,106,40). Sum of RGB (Red+Green+Blue) = 8+106+40=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 106 (41.80% from 255 or 68.83% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 106 - color contains mainly: green. Hex color #086A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A28 is #F795D7. Grayscale: #454545. Windows color (decimal): -16225752 or 2648584. OLE color: 2648584.
HSL color Cylindrical-coordinate representation of color #086A28: hue angle of 139.59º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A28 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 40 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.58 |
| HSL | 139.59º | 0.86% | 0.22% | - |
| HSV(B) | 139.59º | 0.92% | 0.42% | - |
| XYZ | 5.64 | 10.51 | 3.74 | - |
| YUV | 69.17 | 111.53 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 40 | 0.92 | 0 | 0.62 | 0.58 | 139.59 | 0.86 | 0.22 |
| Hex | 8 | 6A | 28 | 5C | 0 | 3E | 3A | 8C | 56 | 16 |
| Octal | 10 | 152 | 50 | 134 | 0 | 76 | 72 | 214 | 126 | 26 |
| Binary | 1000 | 1101010 | 101000 | 1011100 | 0 | 111110 | 111010 | 10001100 | 1010110 | 10110 |
Color Harmonies of #086A28
Complementary color
Monochromatic Colors of #086A28
Black with #086A28
Text Example
Text Example
White with #086A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A28; }
p { color: rgb(8,106,40); }
H1.HeaderClassName
{
color: #086A28;
}
.AnyTagClassName
{
color: #086A28;
}
</style>
background-color css
<style>
a { background-color: #086A28; }
a { background-color: rgb(8,106,40); }
div.DivClassName
{
background-color: #086A28;
}
.BgClassName
{
background-color: #086A28;
}
</style>
border-color css
<style>
span { border-color: #086A28; }
span { border-color: rgb(8,106,40); }
td.TdClassName
{
border-color: #086A28;
}
.TagClassName
{
border-color: #086A28;
}
</style>