Shades of Crusoe #006927
Tints of Crusoe #006927
RGB
CMYK
RGB Variations
Color information
#006927 (or 0x006927) is known color: Crusoe. HEX triplet: 00, 69 and 27. RGB value is (0,105,39). Sum of RGB (Red+Green+Blue) = 0+105+39=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #006927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006927 is #FF96D8. Grayscale: #424242. Windows color (decimal): -16750297 or 2582784. OLE color: 2582784.
HSL color Cylindrical-coordinate representation of color #006927: hue angle of 142.29º 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 #006927 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 39 | - |
| CMYK | 1 | 0 | 0.63 | 0.59 |
| HSL | 142.29º | 1% | 0.21% | - |
| HSV(B) | 142.29º | 1% | 0.41% | - |
| XYZ | 5.42 | 10.25 | 3.61 | - |
| YUV | 66.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 39 | 1 | 0 | 0.63 | 0.59 | 142.29 | 1 | 0.21 |
| Hex | 0 | 69 | 27 | 64 | 0 | 3F | 3B | 8E | 64 | 15 |
| Octal | 0 | 151 | 47 | 144 | 0 | 77 | 73 | 216 | 144 | 25 |
| Binary | 0 | 1101001 | 100111 | 1100100 | 0 | 111111 | 111011 | 10001110 | 1100100 | 10101 |
Color Harmonies of #006927
Complementary color
Monochromatic Colors of #006927
Black with #006927
Text Example
Text Example
White with #006927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006927; }
p { color: rgb(0,105,39); }
H1.HeaderClassName
{
color: #006927;
}
.AnyTagClassName
{
color: #006927;
}
</style>
background-color css
<style>
a { background-color: #006927; }
a { background-color: rgb(0,105,39); }
div.DivClassName
{
background-color: #006927;
}
.BgClassName
{
background-color: #006927;
}
</style>
border-color css
<style>
span { border-color: #006927; }
span { border-color: rgb(0,105,39); }
td.TdClassName
{
border-color: #006927;
}
.TagClassName
{
border-color: #006927;
}
</style>