Shades of Crusoe #006722
Tints of Crusoe #006722
RGB
CMYK
RGB Variations
Color information
#006722 (or 0x006722) is known color: Crusoe. HEX triplet: 00, 67 and 22. RGB value is (0,103,34). Sum of RGB (Red+Green+Blue) = 0+103+34=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 103 (40.62% from 255 or 75.18% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 103 - color contains mainly: green. Hex color #006722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006722 is #FF98DD. Grayscale: #404040. Windows color (decimal): -16750814 or 2254592. OLE color: 2254592.
HSL color Cylindrical-coordinate representation of color #006722: hue angle of 139.81º 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 #006722 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 34 | - |
| CMYK | 1 | 0 | 0.67 | 0.60 |
| HSL | 139.81º | 1% | 0.2% | - |
| HSV(B) | 139.81º | 1% | 0.4% | - |
| XYZ | 5.14 | 9.82 | 3.14 | - |
| YUV | 64.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 34 | 1 | 0 | 0.67 | 0.60 | 139.81 | 1 | 0.2 |
| Hex | 0 | 67 | 22 | 64 | 0 | 43 | 3C | 8C | 64 | 14 |
| Octal | 0 | 147 | 42 | 144 | 0 | 103 | 74 | 214 | 144 | 24 |
| Binary | 0 | 1100111 | 100010 | 1100100 | 0 | 1000011 | 111100 | 10001100 | 1100100 | 10100 |
Color Harmonies of #006722
Complementary color
Monochromatic Colors of #006722
Black with #006722
Text Example
Text Example
White with #006722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006722; }
p { color: rgb(0,103,34); }
H1.HeaderClassName
{
color: #006722;
}
.AnyTagClassName
{
color: #006722;
}
</style>
background-color css
<style>
a { background-color: #006722; }
a { background-color: rgb(0,103,34); }
div.DivClassName
{
background-color: #006722;
}
.BgClassName
{
background-color: #006722;
}
</style>
border-color css
<style>
span { border-color: #006722; }
span { border-color: rgb(0,103,34); }
td.TdClassName
{
border-color: #006722;
}
.TagClassName
{
border-color: #006722;
}
</style>