Shades of Crusoe #006114
Tints of Crusoe #006114
RGB
CMYK
RGB Variations
Color information
#006114 (or 0x006114) is known color: Crusoe. HEX triplet: 00, 61 and 14. RGB value is (0,97,20). Sum of RGB (Red+Green+Blue) = 0+97+20=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 97 (38.28% from 255 or 82.91% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 97 - color contains mainly: green. Hex color #006114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006114 is #FF9EEB. Grayscale: #3B3B3B. Windows color (decimal): -16752364 or 1335552. OLE color: 1335552.
HSL color Cylindrical-coordinate representation of color #006114: hue angle of 132.37º 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 #006114 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 20 | - |
| CMYK | 1 | 0 | 0.79 | 0.62 |
| HSL | 132.37º | 1% | 0.19% | - |
| HSV(B) | 132.37º | 1% | 0.38% | - |
| XYZ | 4.4 | 8.6 | 2.09 | - |
| YUV | 59.22 | 105.86 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 20 | 1 | 0 | 0.79 | 0.62 | 132.37 | 1 | 0.19 |
| Hex | 0 | 61 | 14 | 64 | 0 | 4F | 3E | 84 | 64 | 13 |
| Octal | 0 | 141 | 24 | 144 | 0 | 117 | 76 | 204 | 144 | 23 |
| Binary | 0 | 1100001 | 10100 | 1100100 | 0 | 1001111 | 111110 | 10000100 | 1100100 | 10011 |
Color Harmonies of #006114
Complementary color
Monochromatic Colors of #006114
Black with #006114
Text Example
Text Example
White with #006114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006114; }
p { color: rgb(0,97,20); }
H1.HeaderClassName
{
color: #006114;
}
.AnyTagClassName
{
color: #006114;
}
</style>
background-color css
<style>
a { background-color: #006114; }
a { background-color: rgb(0,97,20); }
div.DivClassName
{
background-color: #006114;
}
.BgClassName
{
background-color: #006114;
}
</style>
border-color css
<style>
span { border-color: #006114; }
span { border-color: rgb(0,97,20); }
td.TdClassName
{
border-color: #006114;
}
.TagClassName
{
border-color: #006114;
}
</style>