Shades of Crusoe #01692B
Tints of Crusoe #01692B
RGB
CMYK
RGB Variations
Color information
#01692B (or 0x01692B) is known color: Crusoe. HEX triplet: 01, 69 and 2B. RGB value is (1,105,43). Sum of RGB (Red+Green+Blue) = 1+105+43=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 105 (41.41% from 255 or 70.47% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 105 - color contains mainly: green. Hex color #01692B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01692B is #FE96D4. Grayscale: #424242. Windows color (decimal): -16684757 or 2844929. OLE color: 2844929.
HSL color Cylindrical-coordinate representation of color #01692B: hue angle of 144.23º 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 #01692B is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 43 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.59 |
| HSL | 144.23º | 0.98% | 0.21% | - |
| HSV(B) | 144.23º | 0.99% | 0.41% | - |
| XYZ | 5.5 | 10.28 | 3.98 | - |
| YUV | 66.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 43 | 0.99 | 0 | 0.59 | 0.59 | 144.23 | 0.98 | 0.21 |
| Hex | 1 | 69 | 2B | 63 | 0 | 3B | 3B | 90 | 62 | 15 |
| Octal | 1 | 151 | 53 | 143 | 0 | 73 | 73 | 220 | 142 | 25 |
| Binary | 1 | 1101001 | 101011 | 1100011 | 0 | 111011 | 111011 | 10010000 | 1100010 | 10101 |
Color Harmonies of #01692B
Complementary color
Monochromatic Colors of #01692B
Black with #01692B
Text Example
Text Example
White with #01692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01692B; }
p { color: rgb(1,105,43); }
H1.HeaderClassName
{
color: #01692B;
}
.AnyTagClassName
{
color: #01692B;
}
</style>
background-color css
<style>
a { background-color: #01692B; }
a { background-color: rgb(1,105,43); }
div.DivClassName
{
background-color: #01692B;
}
.BgClassName
{
background-color: #01692B;
}
</style>
border-color css
<style>
span { border-color: #01692B; }
span { border-color: rgb(1,105,43); }
td.TdClassName
{
border-color: #01692B;
}
.TagClassName
{
border-color: #01692B;
}
</style>