Shades of Crusoe #085C14
Tints of Crusoe #085C14
RGB
CMYK
RGB Variations
Color information
#085C14 (or 0x085C14) is known color: Crusoe. HEX triplet: 08, 5C and 14. RGB value is (8,92,20). Sum of RGB (Red+Green+Blue) = 8+92+20=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 92 (36.33% from 255 or 76.67% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 92 - color contains mainly: green. Hex color #085C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C14 is #F7A3EB. Grayscale: #3A3A3A. Windows color (decimal): -16229356 or 1334280. OLE color: 1334280.
HSL color Cylindrical-coordinate representation of color #085C14: hue angle of 128.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C14 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 20 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.64 |
| HSL | 128.57º | 0.84% | 0.2% | - |
| HSV(B) | 128.57º | 0.91% | 0.36% | - |
| XYZ | 4.05 | 7.76 | 1.95 | - |
| YUV | 58.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 20 | 0.91 | 0 | 0.78 | 0.64 | 128.57 | 0.84 | 0.2 |
| Hex | 8 | 5C | 14 | 5B | 0 | 4E | 40 | 81 | 54 | 14 |
| Octal | 10 | 134 | 24 | 133 | 0 | 116 | 100 | 201 | 124 | 24 |
| Binary | 1000 | 1011100 | 10100 | 1011011 | 0 | 1001110 | 1000000 | 10000001 | 1010100 | 10100 |
Color Harmonies of #085C14
Complementary color
Monochromatic Colors of #085C14
Black with #085C14
Text Example
Text Example
White with #085C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C14; }
p { color: rgb(8,92,20); }
H1.HeaderClassName
{
color: #085C14;
}
.AnyTagClassName
{
color: #085C14;
}
</style>
background-color css
<style>
a { background-color: #085C14; }
a { background-color: rgb(8,92,20); }
div.DivClassName
{
background-color: #085C14;
}
.BgClassName
{
background-color: #085C14;
}
</style>
border-color css
<style>
span { border-color: #085C14; }
span { border-color: rgb(8,92,20); }
td.TdClassName
{
border-color: #085C14;
}
.TagClassName
{
border-color: #085C14;
}
</style>