Shades of Crusoe #006728
Tints of Crusoe #006728
RGB
CMYK
RGB Variations
Color information
#006728 (or 0x006728) is known color: Crusoe. HEX triplet: 00, 67 and 28. RGB value is (0,103,40). Sum of RGB (Red+Green+Blue) = 0+103+40=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #006728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006728 is #FF98D7. Grayscale: #414141. Windows color (decimal): -16750808 or 2647808. OLE color: 2647808.
HSL color Cylindrical-coordinate representation of color #006728: hue angle of 143.3º 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 #006728 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 40 | - |
| CMYK | 1 | 0 | 0.61 | 0.60 |
| HSL | 143.3º | 1% | 0.2% | - |
| HSV(B) | 143.3º | 1% | 0.4% | - |
| XYZ | 5.23 | 9.85 | 3.63 | - |
| YUV | 65.02 | 113.88 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 40 | 1 | 0 | 0.61 | 0.60 | 143.3 | 1 | 0.2 |
| Hex | 0 | 67 | 28 | 64 | 0 | 3D | 3C | 8F | 64 | 14 |
| Octal | 0 | 147 | 50 | 144 | 0 | 75 | 74 | 217 | 144 | 24 |
| Binary | 0 | 1100111 | 101000 | 1100100 | 0 | 111101 | 111100 | 10001111 | 1100100 | 10100 |
Color Harmonies of #006728
Complementary color
Monochromatic Colors of #006728
Black with #006728
Text Example
Text Example
White with #006728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006728; }
p { color: rgb(0,103,40); }
H1.HeaderClassName
{
color: #006728;
}
.AnyTagClassName
{
color: #006728;
}
</style>
background-color css
<style>
a { background-color: #006728; }
a { background-color: rgb(0,103,40); }
div.DivClassName
{
background-color: #006728;
}
.BgClassName
{
background-color: #006728;
}
</style>
border-color css
<style>
span { border-color: #006728; }
span { border-color: rgb(0,103,40); }
td.TdClassName
{
border-color: #006728;
}
.TagClassName
{
border-color: #006728;
}
</style>