Shades of Crusoe #006F2B
Tints of Crusoe #006F2B
RGB
CMYK
RGB Variations
Color information
#006F2B (or 0x006F2B) is known color: Crusoe. HEX triplet: 00, 6F and 2B. RGB value is (0,111,43). Sum of RGB (Red+Green+Blue) = 0+111+43=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #006F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F2B is #FF90D4. Grayscale: #464646. Windows color (decimal): -16748757 or 2846464. OLE color: 2846464.
HSL color Cylindrical-coordinate representation of color #006F2B: hue angle of 143.24º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F2B is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 43 | - |
| CMYK | 1 | 0 | 0.61 | 0.56 |
| HSL | 143.24º | 1% | 0.22% | - |
| HSV(B) | 143.24º | 1% | 0.44% | - |
| XYZ | 6.12 | 11.54 | 4.19 | - |
| YUV | 70.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 43 | 1 | 0 | 0.61 | 0.56 | 143.24 | 1 | 0.22 |
| Hex | 0 | 6F | 2B | 64 | 0 | 3D | 38 | 8F | 64 | 16 |
| Octal | 0 | 157 | 53 | 144 | 0 | 75 | 70 | 217 | 144 | 26 |
| Binary | 0 | 1101111 | 101011 | 1100100 | 0 | 111101 | 111000 | 10001111 | 1100100 | 10110 |
Color Harmonies of #006F2B
Complementary color
Monochromatic Colors of #006F2B
Black with #006F2B
Text Example
Text Example
White with #006F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F2B; }
p { color: rgb(0,111,43); }
H1.HeaderClassName
{
color: #006F2B;
}
.AnyTagClassName
{
color: #006F2B;
}
</style>
background-color css
<style>
a { background-color: #006F2B; }
a { background-color: rgb(0,111,43); }
div.DivClassName
{
background-color: #006F2B;
}
.BgClassName
{
background-color: #006F2B;
}
</style>
border-color css
<style>
span { border-color: #006F2B; }
span { border-color: rgb(0,111,43); }
td.TdClassName
{
border-color: #006F2B;
}
.TagClassName
{
border-color: #006F2B;
}
</style>