Shades of Crusoe #016727
Tints of Crusoe #016727
RGB
CMYK
RGB Variations
Color information
#016727 (or 0x016727) is known color: Crusoe. HEX triplet: 01, 67 and 27. RGB value is (1,103,39). Sum of RGB (Red+Green+Blue) = 1+103+39=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #016727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016727 is #FE98D8. Grayscale: #414141. Windows color (decimal): -16685273 or 2582273. OLE color: 2582273.
HSL color Cylindrical-coordinate representation of color #016727: hue angle of 142.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016727 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 39 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.60 |
| HSL | 142.35º | 0.98% | 0.2% | - |
| HSV(B) | 142.35º | 0.99% | 0.4% | - |
| XYZ | 5.23 | 9.85 | 3.55 | - |
| YUV | 65.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 39 | 0.99 | 0 | 0.62 | 0.60 | 142.35 | 0.98 | 0.2 |
| Hex | 1 | 67 | 27 | 63 | 0 | 3E | 3C | 8E | 62 | 14 |
| Octal | 1 | 147 | 47 | 143 | 0 | 76 | 74 | 216 | 142 | 24 |
| Binary | 1 | 1100111 | 100111 | 1100011 | 0 | 111110 | 111100 | 10001110 | 1100010 | 10100 |
Color Harmonies of #016727
Complementary color
Monochromatic Colors of #016727
Black with #016727
Text Example
Text Example
White with #016727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016727; }
p { color: rgb(1,103,39); }
H1.HeaderClassName
{
color: #016727;
}
.AnyTagClassName
{
color: #016727;
}
</style>
background-color css
<style>
a { background-color: #016727; }
a { background-color: rgb(1,103,39); }
div.DivClassName
{
background-color: #016727;
}
.BgClassName
{
background-color: #016727;
}
</style>
border-color css
<style>
span { border-color: #016727; }
span { border-color: rgb(1,103,39); }
td.TdClassName
{
border-color: #016727;
}
.TagClassName
{
border-color: #016727;
}
</style>