Shades of Crusoe #066F25
Tints of Crusoe #066F25
RGB
CMYK
RGB Variations
Color information
#066F25 (or 0x066F25) is known color: Crusoe. HEX triplet: 06, 6F and 25. RGB value is (6,111,37). Sum of RGB (Red+Green+Blue) = 6+111+37=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #066F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F25 is #F990DA. Grayscale: #474747. Windows color (decimal): -16355547 or 2453254. OLE color: 2453254.
HSL color Cylindrical-coordinate representation of color #066F25: hue angle of 137.71º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F25 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 111 | 37 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.56 |
| HSL | 137.71º | 0.9% | 0.23% | - |
| HSV(B) | 137.71º | 0.95% | 0.44% | - |
| XYZ | 6.09 | 11.54 | 3.66 | - |
| YUV | 71.17 | 108.71 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 37 | 0.95 | 0 | 0.67 | 0.56 | 137.71 | 0.9 | 0.23 |
| Hex | 6 | 6F | 25 | 5F | 0 | 43 | 38 | 8A | 5A | 17 |
| Octal | 6 | 157 | 45 | 137 | 0 | 103 | 70 | 212 | 132 | 27 |
| Binary | 110 | 1101111 | 100101 | 1011111 | 0 | 1000011 | 111000 | 10001010 | 1011010 | 10111 |
Color Harmonies of #066F25
Complementary color
Monochromatic Colors of #066F25
Black with #066F25
Text Example
Text Example
White with #066F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F25; }
p { color: rgb(6,111,37); }
H1.HeaderClassName
{
color: #066F25;
}
.AnyTagClassName
{
color: #066F25;
}
</style>
background-color css
<style>
a { background-color: #066F25; }
a { background-color: rgb(6,111,37); }
div.DivClassName
{
background-color: #066F25;
}
.BgClassName
{
background-color: #066F25;
}
</style>
border-color css
<style>
span { border-color: #066F25; }
span { border-color: rgb(6,111,37); }
td.TdClassName
{
border-color: #066F25;
}
.TagClassName
{
border-color: #066F25;
}
</style>