Shades of Crusoe #09672C
Tints of Crusoe #09672C
RGB
CMYK
RGB Variations
Color information
#09672C (or 0x09672C) is known color: Crusoe. HEX triplet: 09, 67 and 2C. RGB value is (9,103,44). Sum of RGB (Red+Green+Blue) = 9+103+44=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #09672C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09672C is #F698D3. Grayscale: #444444. Windows color (decimal): -16160980 or 2909961. OLE color: 2909961.
HSL color Cylindrical-coordinate representation of color #09672C: hue angle of 142.34º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09672C is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 44 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.60 |
| HSL | 142.34º | 0.84% | 0.22% | - |
| HSV(B) | 142.34º | 0.91% | 0.4% | - |
| XYZ | 5.42 | 9.94 | 4.02 | - |
| YUV | 68.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 44 | 0.91 | 0 | 0.57 | 0.60 | 142.34 | 0.84 | 0.22 |
| Hex | 9 | 67 | 2C | 5B | 0 | 39 | 3C | 8E | 54 | 16 |
| Octal | 11 | 147 | 54 | 133 | 0 | 71 | 74 | 216 | 124 | 26 |
| Binary | 1001 | 1100111 | 101100 | 1011011 | 0 | 111001 | 111100 | 10001110 | 1010100 | 10110 |
Color Harmonies of #09672C
Complementary color
Monochromatic Colors of #09672C
Black with #09672C
Text Example
Text Example
White with #09672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09672C; }
p { color: rgb(9,103,44); }
H1.HeaderClassName
{
color: #09672C;
}
.AnyTagClassName
{
color: #09672C;
}
</style>
background-color css
<style>
a { background-color: #09672C; }
a { background-color: rgb(9,103,44); }
div.DivClassName
{
background-color: #09672C;
}
.BgClassName
{
background-color: #09672C;
}
</style>
border-color css
<style>
span { border-color: #09672C; }
span { border-color: rgb(9,103,44); }
td.TdClassName
{
border-color: #09672C;
}
.TagClassName
{
border-color: #09672C;
}
</style>