Shades of Crusoe #006119
Tints of Crusoe #006119
RGB
CMYK
RGB Variations
Color information
#006119 (or 0x006119) is known color: Crusoe. HEX triplet: 00, 61 and 19. RGB value is (0,97,25). Sum of RGB (Red+Green+Blue) = 0+97+25=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 97 (38.28% from 255 or 79.51% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 97 - color contains mainly: green. Hex color #006119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006119 is #FF9EE6. Grayscale: #3B3B3B. Windows color (decimal): -16752359 or 1663232. OLE color: 1663232.
HSL color Cylindrical-coordinate representation of color #006119: hue angle of 135.46º 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 #006119 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 25 | - |
| CMYK | 1 | 0 | 0.74 | 0.62 |
| HSL | 135.46º | 1% | 0.19% | - |
| HSV(B) | 135.46º | 1% | 0.38% | - |
| XYZ | 4.45 | 8.62 | 2.35 | - |
| YUV | 59.79 | 108.36 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 25 | 1 | 0 | 0.74 | 0.62 | 135.46 | 1 | 0.19 |
| Hex | 0 | 61 | 19 | 64 | 0 | 4A | 3E | 87 | 64 | 13 |
| Octal | 0 | 141 | 31 | 144 | 0 | 112 | 76 | 207 | 144 | 23 |
| Binary | 0 | 1100001 | 11001 | 1100100 | 0 | 1001010 | 111110 | 10000111 | 1100100 | 10011 |
Color Harmonies of #006119
Complementary color
Monochromatic Colors of #006119
Black with #006119
Text Example
Text Example
White with #006119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006119; }
p { color: rgb(0,97,25); }
H1.HeaderClassName
{
color: #006119;
}
.AnyTagClassName
{
color: #006119;
}
</style>
background-color css
<style>
a { background-color: #006119; }
a { background-color: rgb(0,97,25); }
div.DivClassName
{
background-color: #006119;
}
.BgClassName
{
background-color: #006119;
}
</style>
border-color css
<style>
span { border-color: #006119; }
span { border-color: rgb(0,97,25); }
td.TdClassName
{
border-color: #006119;
}
.TagClassName
{
border-color: #006119;
}
</style>