Shades of Crusoe #066130
Tints of Crusoe #066130
RGB
CMYK
RGB Variations
Color information
#066130 (or 0x066130) is known color: Crusoe. HEX triplet: 06, 61 and 30. RGB value is (6,97,48). Sum of RGB (Red+Green+Blue) = 6+97+48=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #066130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066130 is #F99ECF. Grayscale: #404040. Windows color (decimal): -16359120 or 3170566. OLE color: 3170566.
HSL color Cylindrical-coordinate representation of color #066130: hue angle of 147.69º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066130 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 48 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.62 |
| HSL | 147.69º | 0.88% | 0.2% | - |
| HSV(B) | 147.69º | 0.94% | 0.38% | - |
| XYZ | 4.88 | 8.8 | 4.24 | - |
| YUV | 64.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 48 | 0.94 | 0 | 0.51 | 0.62 | 147.69 | 0.88 | 0.2 |
| Hex | 6 | 61 | 30 | 5E | 0 | 33 | 3E | 94 | 58 | 14 |
| Octal | 6 | 141 | 60 | 136 | 0 | 63 | 76 | 224 | 130 | 24 |
| Binary | 110 | 1100001 | 110000 | 1011110 | 0 | 110011 | 111110 | 10010100 | 1011000 | 10100 |
Color Harmonies of #066130
Complementary color
Monochromatic Colors of #066130
Black with #066130
Text Example
Text Example
White with #066130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066130; }
p { color: rgb(6,97,48); }
H1.HeaderClassName
{
color: #066130;
}
.AnyTagClassName
{
color: #066130;
}
</style>
background-color css
<style>
a { background-color: #066130; }
a { background-color: rgb(6,97,48); }
div.DivClassName
{
background-color: #066130;
}
.BgClassName
{
background-color: #066130;
}
</style>
border-color css
<style>
span { border-color: #066130; }
span { border-color: rgb(6,97,48); }
td.TdClassName
{
border-color: #066130;
}
.TagClassName
{
border-color: #066130;
}
</style>