Shades of Crusoe #006F20
Tints of Crusoe #006F20
RGB
CMYK
RGB Variations
Color information
#006F20 (or 0x006F20) is known color: Crusoe. HEX triplet: 00, 6F and 20. RGB value is (0,111,32). Sum of RGB (Red+Green+Blue) = 0+111+32=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 111 (43.75% from 255 or 77.62% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 111 - color contains mainly: green. Hex color #006F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F20 is #FF90DF. Grayscale: #454545. Windows color (decimal): -16748768 or 2125568. OLE color: 2125568.
HSL color Cylindrical-coordinate representation of color #006F20: hue angle of 137.3º 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 #006F20 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 32 | - |
| CMYK | 1 | 0 | 0.71 | 0.56 |
| HSL | 137.3º | 1% | 0.22% | - |
| HSV(B) | 137.3º | 1% | 0.44% | - |
| XYZ | 5.95 | 11.47 | 3.27 | - |
| YUV | 68.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 32 | 1 | 0 | 0.71 | 0.56 | 137.3 | 1 | 0.22 |
| Hex | 0 | 6F | 20 | 64 | 0 | 47 | 38 | 89 | 64 | 16 |
| Octal | 0 | 157 | 40 | 144 | 0 | 107 | 70 | 211 | 144 | 26 |
| Binary | 0 | 1101111 | 100000 | 1100100 | 0 | 1000111 | 111000 | 10001001 | 1100100 | 10110 |
Color Harmonies of #006F20
Complementary color
Monochromatic Colors of #006F20
Black with #006F20
Text Example
Text Example
White with #006F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F20; }
p { color: rgb(0,111,32); }
H1.HeaderClassName
{
color: #006F20;
}
.AnyTagClassName
{
color: #006F20;
}
</style>
background-color css
<style>
a { background-color: #006F20; }
a { background-color: rgb(0,111,32); }
div.DivClassName
{
background-color: #006F20;
}
.BgClassName
{
background-color: #006F20;
}
</style>
border-color css
<style>
span { border-color: #006F20; }
span { border-color: rgb(0,111,32); }
td.TdClassName
{
border-color: #006F20;
}
.TagClassName
{
border-color: #006F20;
}
</style>