Shades of Crusoe #016925
Tints of Crusoe #016925
RGB
CMYK
RGB Variations
Color information
#016925 (or 0x016925) is known color: Crusoe. HEX triplet: 01, 69 and 25. RGB value is (1,105,37). Sum of RGB (Red+Green+Blue) = 1+105+37=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 105 (41.41% from 255 or 73.43% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 105 - color contains mainly: green. Hex color #016925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016925 is #FE96DA. Grayscale: #424242. Windows color (decimal): -16684763 or 2451713. OLE color: 2451713.
HSL color Cylindrical-coordinate representation of color #016925: hue angle of 140.77º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016925 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 37 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.59 |
| HSL | 140.77º | 0.98% | 0.21% | - |
| HSV(B) | 140.77º | 0.99% | 0.41% | - |
| XYZ | 5.4 | 10.24 | 3.44 | - |
| YUV | 66.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 37 | 0.99 | 0 | 0.65 | 0.59 | 140.77 | 0.98 | 0.21 |
| Hex | 1 | 69 | 25 | 63 | 0 | 41 | 3B | 8D | 62 | 15 |
| Octal | 1 | 151 | 45 | 143 | 0 | 101 | 73 | 215 | 142 | 25 |
| Binary | 1 | 1101001 | 100101 | 1100011 | 0 | 1000001 | 111011 | 10001101 | 1100010 | 10101 |
Color Harmonies of #016925
Complementary color
Monochromatic Colors of #016925
Black with #016925
Text Example
Text Example
White with #016925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016925; }
p { color: rgb(1,105,37); }
H1.HeaderClassName
{
color: #016925;
}
.AnyTagClassName
{
color: #016925;
}
</style>
background-color css
<style>
a { background-color: #016925; }
a { background-color: rgb(1,105,37); }
div.DivClassName
{
background-color: #016925;
}
.BgClassName
{
background-color: #016925;
}
</style>
border-color css
<style>
span { border-color: #016925; }
span { border-color: rgb(1,105,37); }
td.TdClassName
{
border-color: #016925;
}
.TagClassName
{
border-color: #016925;
}
</style>