Shades of Crusoe #006922
Tints of Crusoe #006922
RGB
CMYK
RGB Variations
Color information
#006922 (or 0x006922) is known color: Crusoe. HEX triplet: 00, 69 and 22. RGB value is (0,105,34). Sum of RGB (Red+Green+Blue) = 0+105+34=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 105 (41.41% from 255 or 75.54% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 105 - color contains mainly: green. Hex color #006922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006922 is #FF96DD. Grayscale: #414141. Windows color (decimal): -16750302 or 2255104. OLE color: 2255104.
HSL color Cylindrical-coordinate representation of color #006922: hue angle of 139.43º 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 #006922 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 34 | - |
| CMYK | 1 | 0 | 0.68 | 0.59 |
| HSL | 139.43º | 1% | 0.21% | - |
| HSV(B) | 139.43º | 1% | 0.41% | - |
| XYZ | 5.34 | 10.22 | 3.2 | - |
| YUV | 65.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 34 | 1 | 0 | 0.68 | 0.59 | 139.43 | 1 | 0.21 |
| Hex | 0 | 69 | 22 | 64 | 0 | 44 | 3B | 8B | 64 | 15 |
| Octal | 0 | 151 | 42 | 144 | 0 | 104 | 73 | 213 | 144 | 25 |
| Binary | 0 | 1101001 | 100010 | 1100100 | 0 | 1000100 | 111011 | 10001011 | 1100100 | 10101 |
Color Harmonies of #006922
Complementary color
Monochromatic Colors of #006922
Black with #006922
Text Example
Text Example
White with #006922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006922; }
p { color: rgb(0,105,34); }
H1.HeaderClassName
{
color: #006922;
}
.AnyTagClassName
{
color: #006922;
}
</style>
background-color css
<style>
a { background-color: #006922; }
a { background-color: rgb(0,105,34); }
div.DivClassName
{
background-color: #006922;
}
.BgClassName
{
background-color: #006922;
}
</style>
border-color css
<style>
span { border-color: #006922; }
span { border-color: rgb(0,105,34); }
td.TdClassName
{
border-color: #006922;
}
.TagClassName
{
border-color: #006922;
}
</style>