Shades of Crusoe #096130
Tints of Crusoe #096130
RGB
CMYK
RGB Variations
Color information
#096130 (or 0x096130) is known color: Crusoe. HEX triplet: 09, 61 and 30. RGB value is (9,97,48). Sum of RGB (Red+Green+Blue) = 9+97+48=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 97 (38.28% from 255 or 62.99% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 97 - color contains mainly: green. Hex color #096130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096130 is #F69ECF. Grayscale: #414141. Windows color (decimal): -16162512 or 3170569. OLE color: 3170569.
HSL color Cylindrical-coordinate representation of color #096130: hue angle of 146.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096130 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 48 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.62 |
| HSL | 146.59º | 0.83% | 0.21% | - |
| HSV(B) | 146.59º | 0.91% | 0.38% | - |
| XYZ | 4.92 | 8.82 | 4.24 | - |
| YUV | 65.1 | 118.35 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 48 | 0.91 | 0 | 0.51 | 0.62 | 146.59 | 0.83 | 0.21 |
| Hex | 9 | 61 | 30 | 5B | 0 | 33 | 3E | 93 | 53 | 15 |
| Octal | 11 | 141 | 60 | 133 | 0 | 63 | 76 | 223 | 123 | 25 |
| Binary | 1001 | 1100001 | 110000 | 1011011 | 0 | 110011 | 111110 | 10010011 | 1010011 | 10101 |
Color Harmonies of #096130
Complementary color
Monochromatic Colors of #096130
Black with #096130
Text Example
Text Example
White with #096130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096130; }
p { color: rgb(9,97,48); }
H1.HeaderClassName
{
color: #096130;
}
.AnyTagClassName
{
color: #096130;
}
</style>
background-color css
<style>
a { background-color: #096130; }
a { background-color: rgb(9,97,48); }
div.DivClassName
{
background-color: #096130;
}
.BgClassName
{
background-color: #096130;
}
</style>
border-color css
<style>
span { border-color: #096130; }
span { border-color: rgb(9,97,48); }
td.TdClassName
{
border-color: #096130;
}
.TagClassName
{
border-color: #096130;
}
</style>