Shades of Crusoe #00611B
Tints of Crusoe #00611B
RGB
CMYK
RGB Variations
Color information
#00611B (or 0x00611B) is known color: Crusoe. HEX triplet: 00, 61 and 1B. RGB value is (0,97,27). Sum of RGB (Red+Green+Blue) = 0+97+27=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #00611B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00611B is #FF9EE4. Grayscale: #3C3C3C. Windows color (decimal): -16752357 or 1794304. OLE color: 1794304.
HSL color Cylindrical-coordinate representation of color #00611B: hue angle of 136.7º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00611B is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 27 | - |
| CMYK | 1 | 0 | 0.72 | 0.62 |
| HSL | 136.7º | 1% | 0.19% | - |
| HSV(B) | 136.7º | 1% | 0.38% | - |
| XYZ | 4.47 | 8.63 | 2.47 | - |
| YUV | 60.02 | 109.36 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 27 | 1 | 0 | 0.72 | 0.62 | 136.7 | 1 | 0.19 |
| Hex | 0 | 61 | 1B | 64 | 0 | 48 | 3E | 89 | 64 | 13 |
| Octal | 0 | 141 | 33 | 144 | 0 | 110 | 76 | 211 | 144 | 23 |
| Binary | 0 | 1100001 | 11011 | 1100100 | 0 | 1001000 | 111110 | 10001001 | 1100100 | 10011 |
Color Harmonies of #00611B
Complementary color
Monochromatic Colors of #00611B
Black with #00611B
Text Example
Text Example
White with #00611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00611B; }
p { color: rgb(0,97,27); }
H1.HeaderClassName
{
color: #00611B;
}
.AnyTagClassName
{
color: #00611B;
}
</style>
background-color css
<style>
a { background-color: #00611B; }
a { background-color: rgb(0,97,27); }
div.DivClassName
{
background-color: #00611B;
}
.BgClassName
{
background-color: #00611B;
}
</style>
border-color css
<style>
span { border-color: #00611B; }
span { border-color: rgb(0,97,27); }
td.TdClassName
{
border-color: #00611B;
}
.TagClassName
{
border-color: #00611B;
}
</style>