Shades of Crusoe #0F6825
Tints of Crusoe #0F6825
RGB
CMYK
RGB Variations
Color information
#0F6825 (or 0x0F6825) is known color: Crusoe. HEX triplet: 0F, 68 and 25. RGB value is (15,104,37). Sum of RGB (Red+Green+Blue) = 15+104+37=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6825 is #F097DA. Grayscale: #454545. Windows color (decimal): -15767515 or 2451471. OLE color: 2451471.
HSL color Cylindrical-coordinate representation of color #0F6825: hue angle of 134.83º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6825 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 37 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.59 |
| HSL | 134.83º | 0.75% | 0.23% | - |
| HSV(B) | 134.83º | 0.86% | 0.41% | - |
| XYZ | 5.48 | 10.14 | 3.42 | - |
| YUV | 69.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 37 | 0.86 | 0 | 0.64 | 0.59 | 134.83 | 0.75 | 0.23 |
| Hex | F | 68 | 25 | 56 | 0 | 40 | 3B | 87 | 4B | 17 |
| Octal | 17 | 150 | 45 | 126 | 0 | 100 | 73 | 207 | 113 | 27 |
| Binary | 1111 | 1101000 | 100101 | 1010110 | 0 | 1000000 | 111011 | 10000111 | 1001011 | 10111 |
Color Harmonies of #0F6825
Complementary color
Monochromatic Colors of #0F6825
Black with #0F6825
Text Example
Text Example
White with #0F6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6825; }
p { color: rgb(15,104,37); }
H1.HeaderClassName
{
color: #0F6825;
}
.AnyTagClassName
{
color: #0F6825;
}
</style>
background-color css
<style>
a { background-color: #0F6825; }
a { background-color: rgb(15,104,37); }
div.DivClassName
{
background-color: #0F6825;
}
.BgClassName
{
background-color: #0F6825;
}
</style>
border-color css
<style>
span { border-color: #0F6825; }
span { border-color: rgb(15,104,37); }
td.TdClassName
{
border-color: #0F6825;
}
.TagClassName
{
border-color: #0F6825;
}
</style>