Shades of Crusoe #0F601A
Tints of Crusoe #0F601A
RGB
CMYK
RGB Variations
Color information
#0F601A (or 0x0F601A) is known color: Crusoe. HEX triplet: 0F, 60 and 1A. RGB value is (15,96,26). Sum of RGB (Red+Green+Blue) = 15+96+26=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #0F601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F601A is #F09FE5. Grayscale: #404040. Windows color (decimal): -15769574 or 1728527. OLE color: 1728527.
HSL color Cylindrical-coordinate representation of color #0F601A: hue angle of 128.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F601A is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 26 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.62 |
| HSL | 128.15º | 0.73% | 0.22% | - |
| HSV(B) | 128.15º | 0.84% | 0.38% | - |
| XYZ | 4.57 | 8.54 | 2.39 | - |
| YUV | 63.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 26 | 0.84 | 0 | 0.73 | 0.62 | 128.15 | 0.73 | 0.22 |
| Hex | F | 60 | 1A | 54 | 0 | 49 | 3E | 80 | 49 | 16 |
| Octal | 17 | 140 | 32 | 124 | 0 | 111 | 76 | 200 | 111 | 26 |
| Binary | 1111 | 1100000 | 11010 | 1010100 | 0 | 1001001 | 111110 | 10000000 | 1001001 | 10110 |
Color Harmonies of #0F601A
Complementary color
Monochromatic Colors of #0F601A
Black with #0F601A
Text Example
Text Example
White with #0F601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F601A; }
p { color: rgb(15,96,26); }
H1.HeaderClassName
{
color: #0F601A;
}
.AnyTagClassName
{
color: #0F601A;
}
</style>
background-color css
<style>
a { background-color: #0F601A; }
a { background-color: rgb(15,96,26); }
div.DivClassName
{
background-color: #0F601A;
}
.BgClassName
{
background-color: #0F601A;
}
</style>
border-color css
<style>
span { border-color: #0F601A; }
span { border-color: rgb(15,96,26); }
td.TdClassName
{
border-color: #0F601A;
}
.TagClassName
{
border-color: #0F601A;
}
</style>