Shades of Crusoe #06741F
Tints of Crusoe #06741F
RGB
CMYK
RGB Variations
Color information
#06741F (or 0x06741F) is known color: Crusoe. HEX triplet: 06, 74 and 1F. RGB value is (6,116,31). Sum of RGB (Red+Green+Blue) = 6+116+31=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 116 (45.70% from 255 or 75.82% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 116 - color contains mainly: green. Hex color #06741F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06741F is #F98BE0. Grayscale: #494949. Windows color (decimal): -16354273 or 2061318. OLE color: 2061318.
HSL color Cylindrical-coordinate representation of color #06741F: hue angle of 133.64º 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 #06741F is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 31 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.55 |
| HSL | 133.64º | 0.9% | 0.24% | - |
| HSV(B) | 133.64º | 0.95% | 0.45% | - |
| XYZ | 6.57 | 12.63 | 3.39 | - |
| YUV | 73.42 | 104.06 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 31 | 0.95 | 0 | 0.73 | 0.55 | 133.64 | 0.9 | 0.24 |
| Hex | 6 | 74 | 1F | 5F | 0 | 49 | 37 | 86 | 5A | 18 |
| Octal | 6 | 164 | 37 | 137 | 0 | 111 | 67 | 206 | 132 | 30 |
| Binary | 110 | 1110100 | 11111 | 1011111 | 0 | 1001001 | 110111 | 10000110 | 1011010 | 11000 |
Color Harmonies of #06741F
Complementary color
Monochromatic Colors of #06741F
Black with #06741F
Text Example
Text Example
White with #06741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06741F; }
p { color: rgb(6,116,31); }
H1.HeaderClassName
{
color: #06741F;
}
.AnyTagClassName
{
color: #06741F;
}
</style>
background-color css
<style>
a { background-color: #06741F; }
a { background-color: rgb(6,116,31); }
div.DivClassName
{
background-color: #06741F;
}
.BgClassName
{
background-color: #06741F;
}
</style>
border-color css
<style>
span { border-color: #06741F; }
span { border-color: rgb(6,116,31); }
td.TdClassName
{
border-color: #06741F;
}
.TagClassName
{
border-color: #06741F;
}
</style>