Shades of Crusoe #065F15
Tints of Crusoe #065F15
RGB
CMYK
RGB Variations
Color information
#065F15 (or 0x065F15) is known color: Crusoe. HEX triplet: 06, 5F and 15. RGB value is (6,95,21). Sum of RGB (Red+Green+Blue) = 6+95+21=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 95 (37.5% from 255 or 77.87% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 95 - color contains mainly: green. Hex color #065F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065F15 is #F9A0EA. Grayscale: #3C3C3C. Windows color (decimal): -16359659 or 1400582. OLE color: 1400582.
HSL color Cylindrical-coordinate representation of color #065F15: hue angle of 130.11º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F15 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 95 | 21 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.63 |
| HSL | 130.11º | 0.88% | 0.2% | - |
| HSV(B) | 130.11º | 0.94% | 0.37% | - |
| XYZ | 4.3 | 8.28 | 2.08 | - |
| YUV | 59.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 21 | 0.94 | 0 | 0.78 | 0.63 | 130.11 | 0.88 | 0.2 |
| Hex | 6 | 5F | 15 | 5E | 0 | 4E | 3F | 82 | 58 | 14 |
| Octal | 6 | 137 | 25 | 136 | 0 | 116 | 77 | 202 | 130 | 24 |
| Binary | 110 | 1011111 | 10101 | 1011110 | 0 | 1001110 | 111111 | 10000010 | 1011000 | 10100 |
Color Harmonies of #065F15
Complementary color
Monochromatic Colors of #065F15
Black with #065F15
Text Example
Text Example
White with #065F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F15; }
p { color: rgb(6,95,21); }
H1.HeaderClassName
{
color: #065F15;
}
.AnyTagClassName
{
color: #065F15;
}
</style>
background-color css
<style>
a { background-color: #065F15; }
a { background-color: rgb(6,95,21); }
div.DivClassName
{
background-color: #065F15;
}
.BgClassName
{
background-color: #065F15;
}
</style>
border-color css
<style>
span { border-color: #065F15; }
span { border-color: rgb(6,95,21); }
td.TdClassName
{
border-color: #065F15;
}
.TagClassName
{
border-color: #065F15;
}
</style>