Shades of Crusoe #066B25
Tints of Crusoe #066B25
RGB
CMYK
RGB Variations
Color information
#066B25 (or 0x066B25) is known color: Crusoe. HEX triplet: 06, 6B and 25. RGB value is (6,107,37). Sum of RGB (Red+Green+Blue) = 6+107+37=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #066B25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066B25 is #F994DA. Grayscale: #454545. Windows color (decimal): -16356571 or 2452230. OLE color: 2452230.
HSL color Cylindrical-coordinate representation of color #066B25: hue angle of 138.42º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B25 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 37 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.58 |
| HSL | 138.42º | 0.89% | 0.22% | - |
| HSV(B) | 138.42º | 0.94% | 0.42% | - |
| XYZ | 5.67 | 10.69 | 3.51 | - |
| YUV | 68.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 37 | 0.94 | 0 | 0.65 | 0.58 | 138.42 | 0.89 | 0.22 |
| Hex | 6 | 6B | 25 | 5E | 0 | 41 | 3A | 8A | 59 | 16 |
| Octal | 6 | 153 | 45 | 136 | 0 | 101 | 72 | 212 | 131 | 26 |
| Binary | 110 | 1101011 | 100101 | 1011110 | 0 | 1000001 | 111010 | 10001010 | 1011001 | 10110 |
Color Harmonies of #066B25
Complementary color
Monochromatic Colors of #066B25
Black with #066B25
Text Example
Text Example
White with #066B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B25; }
p { color: rgb(6,107,37); }
H1.HeaderClassName
{
color: #066B25;
}
.AnyTagClassName
{
color: #066B25;
}
</style>
background-color css
<style>
a { background-color: #066B25; }
a { background-color: rgb(6,107,37); }
div.DivClassName
{
background-color: #066B25;
}
.BgClassName
{
background-color: #066B25;
}
</style>
border-color css
<style>
span { border-color: #066B25; }
span { border-color: rgb(6,107,37); }
td.TdClassName
{
border-color: #066B25;
}
.TagClassName
{
border-color: #066B25;
}
</style>