Shades of Crusoe #006D23
Tints of Crusoe #006D23
RGB
CMYK
RGB Variations
Color information
#006D23 (or 0x006D23) is known color: Crusoe. HEX triplet: 00, 6D and 23. RGB value is (0,109,35). Sum of RGB (Red+Green+Blue) = 0+109+35=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 109 (42.97% from 255 or 75.69% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 109 - color contains mainly: green. Hex color #006D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D23 is #FF92DC. Grayscale: #444444. Windows color (decimal): -16749277 or 2321664. OLE color: 2321664.
HSL color Cylindrical-coordinate representation of color #006D23: hue angle of 139.27º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D23 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 109 | 35 | - |
| CMYK | 1 | 0 | 0.68 | 0.57 |
| HSL | 139.27º | 1% | 0.21% | - |
| HSV(B) | 139.27º | 1% | 0.43% | - |
| XYZ | 5.77 | 11.06 | 3.42 | - |
| YUV | 67.97 | 109.39 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 35 | 1 | 0 | 0.68 | 0.57 | 139.27 | 1 | 0.21 |
| Hex | 0 | 6D | 23 | 64 | 0 | 44 | 39 | 8B | 64 | 15 |
| Octal | 0 | 155 | 43 | 144 | 0 | 104 | 71 | 213 | 144 | 25 |
| Binary | 0 | 1101101 | 100011 | 1100100 | 0 | 1000100 | 111001 | 10001011 | 1100100 | 10101 |
Color Harmonies of #006D23
Complementary color
Monochromatic Colors of #006D23
Black with #006D23
Text Example
Text Example
White with #006D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D23; }
p { color: rgb(0,109,35); }
H1.HeaderClassName
{
color: #006D23;
}
.AnyTagClassName
{
color: #006D23;
}
</style>
background-color css
<style>
a { background-color: #006D23; }
a { background-color: rgb(0,109,35); }
div.DivClassName
{
background-color: #006D23;
}
.BgClassName
{
background-color: #006D23;
}
</style>
border-color css
<style>
span { border-color: #006D23; }
span { border-color: rgb(0,109,35); }
td.TdClassName
{
border-color: #006D23;
}
.TagClassName
{
border-color: #006D23;
}
</style>