Shades of Crusoe #095D16
Tints of Crusoe #095D16
RGB
CMYK
RGB Variations
Color information
#095D16 (or 0x095D16) is known color: Crusoe. HEX triplet: 09, 5D and 16. RGB value is (9,93,22). Sum of RGB (Red+Green+Blue) = 9+93+22=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 93 (36.72% from 255 or 75% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 93 - color contains mainly: green. Hex color #095D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D16 is #F6A2E9. Grayscale: #3B3B3B. Windows color (decimal): -16163562 or 1465609. OLE color: 1465609.
HSL color Cylindrical-coordinate representation of color #095D16: hue angle of 129.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D16 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 22 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.64 |
| HSL | 129.29º | 0.82% | 0.2% | - |
| HSV(B) | 129.29º | 0.9% | 0.36% | - |
| XYZ | 4.17 | 7.94 | 2.07 | - |
| YUV | 59.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 22 | 0.90 | 0 | 0.76 | 0.64 | 129.29 | 0.82 | 0.2 |
| Hex | 9 | 5D | 16 | 5A | 0 | 4C | 40 | 81 | 52 | 14 |
| Octal | 11 | 135 | 26 | 132 | 0 | 114 | 100 | 201 | 122 | 24 |
| Binary | 1001 | 1011101 | 10110 | 1011010 | 0 | 1001100 | 1000000 | 10000001 | 1010010 | 10100 |
Color Harmonies of #095D16
Complementary color
Monochromatic Colors of #095D16
Black with #095D16
Text Example
Text Example
White with #095D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D16; }
p { color: rgb(9,93,22); }
H1.HeaderClassName
{
color: #095D16;
}
.AnyTagClassName
{
color: #095D16;
}
</style>
background-color css
<style>
a { background-color: #095D16; }
a { background-color: rgb(9,93,22); }
div.DivClassName
{
background-color: #095D16;
}
.BgClassName
{
background-color: #095D16;
}
</style>
border-color css
<style>
span { border-color: #095D16; }
span { border-color: rgb(9,93,22); }
td.TdClassName
{
border-color: #095D16;
}
.TagClassName
{
border-color: #095D16;
}
</style>