Shades of Crusoe #09691A
Tints of Crusoe #09691A
RGB
CMYK
RGB Variations
Color information
#09691A (or 0x09691A) is known color: Crusoe. HEX triplet: 09, 69 and 1A. RGB value is (9,105,26). Sum of RGB (Red+Green+Blue) = 9+105+26=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 105 (41.41% from 255 or 75% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 105 - color contains mainly: green. Hex color #09691A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09691A is #F696E5. Grayscale: #434343. Windows color (decimal): -16160486 or 1730825. OLE color: 1730825.
HSL color Cylindrical-coordinate representation of color #09691A: hue angle of 130.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09691A is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 26 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.59 |
| HSL | 130.63º | 0.84% | 0.22% | - |
| HSV(B) | 130.63º | 0.91% | 0.41% | - |
| XYZ | 5.35 | 10.24 | 2.67 | - |
| YUV | 67.29 | 104.7 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 26 | 0.91 | 0 | 0.75 | 0.59 | 130.63 | 0.84 | 0.22 |
| Hex | 9 | 69 | 1A | 5B | 0 | 4B | 3B | 83 | 54 | 16 |
| Octal | 11 | 151 | 32 | 133 | 0 | 113 | 73 | 203 | 124 | 26 |
| Binary | 1001 | 1101001 | 11010 | 1011011 | 0 | 1001011 | 111011 | 10000011 | 1010100 | 10110 |
Color Harmonies of #09691A
Complementary color
Monochromatic Colors of #09691A
Black with #09691A
Text Example
Text Example
White with #09691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09691A; }
p { color: rgb(9,105,26); }
H1.HeaderClassName
{
color: #09691A;
}
.AnyTagClassName
{
color: #09691A;
}
</style>
background-color css
<style>
a { background-color: #09691A; }
a { background-color: rgb(9,105,26); }
div.DivClassName
{
background-color: #09691A;
}
.BgClassName
{
background-color: #09691A;
}
</style>
border-color css
<style>
span { border-color: #09691A; }
span { border-color: rgb(9,105,26); }
td.TdClassName
{
border-color: #09691A;
}
.TagClassName
{
border-color: #09691A;
}
</style>