Shades of Crusoe #06742C
Tints of Crusoe #06742C
RGB
CMYK
RGB Variations
Color information
#06742C (or 0x06742C) is known color: Crusoe. HEX triplet: 06, 74 and 2C. RGB value is (6,116,44). Sum of RGB (Red+Green+Blue) = 6+116+44=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #06742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06742C is #F98BD3. Grayscale: #4B4B4B. Windows color (decimal): -16354260 or 2913286. OLE color: 2913286.
HSL color Cylindrical-coordinate representation of color #06742C: hue angle of 140.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06742C is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 44 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.55 |
| HSL | 140.73º | 0.9% | 0.24% | - |
| HSV(B) | 140.73º | 0.95% | 0.45% | - |
| XYZ | 6.78 | 12.71 | 4.48 | - |
| YUV | 74.9 | 110.56 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 44 | 0.95 | 0 | 0.62 | 0.55 | 140.73 | 0.9 | 0.24 |
| Hex | 6 | 74 | 2C | 5F | 0 | 3E | 37 | 8D | 5A | 18 |
| Octal | 6 | 164 | 54 | 137 | 0 | 76 | 67 | 215 | 132 | 30 |
| Binary | 110 | 1110100 | 101100 | 1011111 | 0 | 111110 | 110111 | 10001101 | 1011010 | 11000 |
Color Harmonies of #06742C
Complementary color
Monochromatic Colors of #06742C
Black with #06742C
Text Example
Text Example
White with #06742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06742C; }
p { color: rgb(6,116,44); }
H1.HeaderClassName
{
color: #06742C;
}
.AnyTagClassName
{
color: #06742C;
}
</style>
background-color css
<style>
a { background-color: #06742C; }
a { background-color: rgb(6,116,44); }
div.DivClassName
{
background-color: #06742C;
}
.BgClassName
{
background-color: #06742C;
}
</style>
border-color css
<style>
span { border-color: #06742C; }
span { border-color: rgb(6,116,44); }
td.TdClassName
{
border-color: #06742C;
}
.TagClassName
{
border-color: #06742C;
}
</style>