Shades of Crusoe #006928
Tints of Crusoe #006928
RGB
CMYK
RGB Variations
Color information
#006928 (or 0x006928) is known color: Crusoe. HEX triplet: 00, 69 and 28. RGB value is (0,105,40). Sum of RGB (Red+Green+Blue) = 0+105+40=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #006928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006928 is #FF96D7. Grayscale: #424242. Windows color (decimal): -16750296 or 2648320. OLE color: 2648320.
HSL color Cylindrical-coordinate representation of color #006928: hue angle of 142.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006928 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 40 | - |
| CMYK | 1 | 0 | 0.62 | 0.59 |
| HSL | 142.86º | 1% | 0.21% | - |
| HSV(B) | 142.86º | 1% | 0.41% | - |
| XYZ | 5.43 | 10.26 | 3.7 | - |
| YUV | 66.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 40 | 1 | 0 | 0.62 | 0.59 | 142.86 | 1 | 0.21 |
| Hex | 0 | 69 | 28 | 64 | 0 | 3E | 3B | 8F | 64 | 15 |
| Octal | 0 | 151 | 50 | 144 | 0 | 76 | 73 | 217 | 144 | 25 |
| Binary | 0 | 1101001 | 101000 | 1100100 | 0 | 111110 | 111011 | 10001111 | 1100100 | 10101 |
Color Harmonies of #006928
Complementary color
Monochromatic Colors of #006928
Black with #006928
Text Example
Text Example
White with #006928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006928; }
p { color: rgb(0,105,40); }
H1.HeaderClassName
{
color: #006928;
}
.AnyTagClassName
{
color: #006928;
}
</style>
background-color css
<style>
a { background-color: #006928; }
a { background-color: rgb(0,105,40); }
div.DivClassName
{
background-color: #006928;
}
.BgClassName
{
background-color: #006928;
}
</style>
border-color css
<style>
span { border-color: #006928; }
span { border-color: rgb(0,105,40); }
td.TdClassName
{
border-color: #006928;
}
.TagClassName
{
border-color: #006928;
}
</style>