Shades of Crusoe #0F691C
Tints of Crusoe #0F691C
RGB
CMYK
RGB Variations
Color information
#0F691C (or 0x0F691C) is known color: Crusoe. HEX triplet: 0F, 69 and 1C. RGB value is (15,105,28). Sum of RGB (Red+Green+Blue) = 15+105+28=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #0F691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F691C is #F096E3. Grayscale: #454545. Windows color (decimal): -15767268 or 1861903. OLE color: 1861903.
HSL color Cylindrical-coordinate representation of color #0F691C: hue angle of 128.67º 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 #0F691C is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 105 | 28 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.59 |
| HSL | 128.67º | 0.75% | 0.24% | - |
| HSV(B) | 128.67º | 0.86% | 0.41% | - |
| XYZ | 5.46 | 10.29 | 2.8 | - |
| YUV | 69.31 | 104.68 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 28 | 0.86 | 0 | 0.73 | 0.59 | 128.67 | 0.75 | 0.24 |
| Hex | F | 69 | 1C | 56 | 0 | 49 | 3B | 81 | 4B | 18 |
| Octal | 17 | 151 | 34 | 126 | 0 | 111 | 73 | 201 | 113 | 30 |
| Binary | 1111 | 1101001 | 11100 | 1010110 | 0 | 1001001 | 111011 | 10000001 | 1001011 | 11000 |
Color Harmonies of #0F691C
Complementary color
Monochromatic Colors of #0F691C
Black with #0F691C
Text Example
Text Example
White with #0F691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F691C; }
p { color: rgb(15,105,28); }
H1.HeaderClassName
{
color: #0F691C;
}
.AnyTagClassName
{
color: #0F691C;
}
</style>
background-color css
<style>
a { background-color: #0F691C; }
a { background-color: rgb(15,105,28); }
div.DivClassName
{
background-color: #0F691C;
}
.BgClassName
{
background-color: #0F691C;
}
</style>
border-color css
<style>
span { border-color: #0F691C; }
span { border-color: rgb(15,105,28); }
td.TdClassName
{
border-color: #0F691C;
}
.TagClassName
{
border-color: #0F691C;
}
</style>