Shades of Crusoe #0F6930
Tints of Crusoe #0F6930
RGB
CMYK
RGB Variations
Color information
#0F6930 (or 0x0F6930) is known color: Crusoe. HEX triplet: 0F, 69 and 30. RGB value is (15,105,48). Sum of RGB (Red+Green+Blue) = 15+105+48=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6930 is #F096CF. Grayscale: #474747. Windows color (decimal): -15767248 or 3172623. OLE color: 3172623.
HSL color Cylindrical-coordinate representation of color #0F6930: hue angle of 142º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6930 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 105 | 48 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.59 |
| HSL | 142º | 0.75% | 0.24% | - |
| HSV(B) | 142º | 0.86% | 0.41% | - |
| XYZ | 5.78 | 10.42 | 4.5 | - |
| YUV | 71.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 48 | 0.86 | 0 | 0.54 | 0.59 | 142 | 0.75 | 0.24 |
| Hex | F | 69 | 30 | 56 | 0 | 36 | 3B | 8E | 4B | 18 |
| Octal | 17 | 151 | 60 | 126 | 0 | 66 | 73 | 216 | 113 | 30 |
| Binary | 1111 | 1101001 | 110000 | 1010110 | 0 | 110110 | 111011 | 10001110 | 1001011 | 11000 |
Color Harmonies of #0F6930
Complementary color
Monochromatic Colors of #0F6930
Black with #0F6930
Text Example
Text Example
White with #0F6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6930; }
p { color: rgb(15,105,48); }
H1.HeaderClassName
{
color: #0F6930;
}
.AnyTagClassName
{
color: #0F6930;
}
</style>
background-color css
<style>
a { background-color: #0F6930; }
a { background-color: rgb(15,105,48); }
div.DivClassName
{
background-color: #0F6930;
}
.BgClassName
{
background-color: #0F6930;
}
</style>
border-color css
<style>
span { border-color: #0F6930; }
span { border-color: rgb(15,105,48); }
td.TdClassName
{
border-color: #0F6930;
}
.TagClassName
{
border-color: #0F6930;
}
</style>