Shades of Crusoe #006125
Tints of Crusoe #006125
RGB
CMYK
RGB Variations
Color information
#006125 (or 0x006125) is known color: Crusoe. HEX triplet: 00, 61 and 25. RGB value is (0,97,37). Sum of RGB (Red+Green+Blue) = 0+97+37=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #006125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006125 is #FF9EDA. Grayscale: #3D3D3D. Windows color (decimal): -16752347 or 2449664. OLE color: 2449664.
HSL color Cylindrical-coordinate representation of color #006125: hue angle of 142.89º 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 #006125 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 37 | - |
| CMYK | 1 | 0 | 0.62 | 0.62 |
| HSL | 142.89º | 1% | 0.19% | - |
| HSV(B) | 142.89º | 1% | 0.38% | - |
| XYZ | 4.61 | 8.68 | 3.18 | - |
| YUV | 61.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 37 | 1 | 0 | 0.62 | 0.62 | 142.89 | 1 | 0.19 |
| Hex | 0 | 61 | 25 | 64 | 0 | 3E | 3E | 8F | 64 | 13 |
| Octal | 0 | 141 | 45 | 144 | 0 | 76 | 76 | 217 | 144 | 23 |
| Binary | 0 | 1100001 | 100101 | 1100100 | 0 | 111110 | 111110 | 10001111 | 1100100 | 10011 |
Color Harmonies of #006125
Complementary color
Monochromatic Colors of #006125
Black with #006125
Text Example
Text Example
White with #006125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006125; }
p { color: rgb(0,97,37); }
H1.HeaderClassName
{
color: #006125;
}
.AnyTagClassName
{
color: #006125;
}
</style>
background-color css
<style>
a { background-color: #006125; }
a { background-color: rgb(0,97,37); }
div.DivClassName
{
background-color: #006125;
}
.BgClassName
{
background-color: #006125;
}
</style>
border-color css
<style>
span { border-color: #006125; }
span { border-color: rgb(0,97,37); }
td.TdClassName
{
border-color: #006125;
}
.TagClassName
{
border-color: #006125;
}
</style>