Shades of Crusoe #006625
Tints of Crusoe #006625
RGB
CMYK
RGB Variations
Color information
#006625 (or 0x006625) is known color: Crusoe. HEX triplet: 00, 66 and 25. RGB value is (0,102,37). Sum of RGB (Red+Green+Blue) = 0+102+37=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #006625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006625 is #FF99DA. Grayscale: #404040. Windows color (decimal): -16751067 or 2450944. OLE color: 2450944.
HSL color Cylindrical-coordinate representation of color #006625: hue angle of 141.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006625 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 37 | - |
| CMYK | 1 | 0 | 0.64 | 0.6 |
| HSL | 141.76º | 1% | 0.2% | - |
| HSV(B) | 141.76º | 1% | 0.4% | - |
| XYZ | 5.09 | 9.64 | 3.34 | - |
| YUV | 64.09 | 112.71 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 37 | 1 | 0 | 0.64 | 0.6 | 141.76 | 1 | 0.2 |
| Hex | 0 | 66 | 25 | 64 | 0 | 40 | 3C | 8E | 64 | 14 |
| Octal | 0 | 146 | 45 | 144 | 0 | 100 | 74 | 216 | 144 | 24 |
| Binary | 0 | 1100110 | 100101 | 1100100 | 0 | 1000000 | 111100 | 10001110 | 1100100 | 10100 |
Color Harmonies of #006625
Complementary color
Monochromatic Colors of #006625
Black with #006625
Text Example
Text Example
White with #006625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006625; }
p { color: rgb(0,102,37); }
H1.HeaderClassName
{
color: #006625;
}
.AnyTagClassName
{
color: #006625;
}
</style>
background-color css
<style>
a { background-color: #006625; }
a { background-color: rgb(0,102,37); }
div.DivClassName
{
background-color: #006625;
}
.BgClassName
{
background-color: #006625;
}
</style>
border-color css
<style>
span { border-color: #006625; }
span { border-color: rgb(0,102,37); }
td.TdClassName
{
border-color: #006625;
}
.TagClassName
{
border-color: #006625;
}
</style>