Shades of Crusoe #095A1A
Tints of Crusoe #095A1A
RGB
CMYK
RGB Variations
Color information
#095A1A (or 0x095A1A) is known color: Crusoe. HEX triplet: 09, 5A and 1A. RGB value is (9,90,26). Sum of RGB (Red+Green+Blue) = 9+90+26=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #095A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A1A is #F6A5E5. Grayscale: #3A3A3A. Windows color (decimal): -16164326 or 1726985. OLE color: 1726985.
HSL color Cylindrical-coordinate representation of color #095A1A: hue angle of 132.59º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A1A is Cyan = 0.9, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 26 | - |
| CMYK | 0.9 | 0 | 0.71 | 0.65 |
| HSL | 132.59º | 0.82% | 0.19% | - |
| HSV(B) | 132.59º | 0.9% | 0.35% | - |
| XYZ | 3.96 | 7.44 | 2.21 | - |
| YUV | 58.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 26 | 0.9 | 0 | 0.71 | 0.65 | 132.59 | 0.82 | 0.19 |
| Hex | 9 | 5A | 1A | 5A | 0 | 47 | 41 | 85 | 52 | 13 |
| Octal | 11 | 132 | 32 | 132 | 0 | 107 | 101 | 205 | 122 | 23 |
| Binary | 1001 | 1011010 | 11010 | 1011010 | 0 | 1000111 | 1000001 | 10000101 | 1010010 | 10011 |
Color Harmonies of #095A1A
Complementary color
Monochromatic Colors of #095A1A
Black with #095A1A
Text Example
Text Example
White with #095A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A1A; }
p { color: rgb(9,90,26); }
H1.HeaderClassName
{
color: #095A1A;
}
.AnyTagClassName
{
color: #095A1A;
}
</style>
background-color css
<style>
a { background-color: #095A1A; }
a { background-color: rgb(9,90,26); }
div.DivClassName
{
background-color: #095A1A;
}
.BgClassName
{
background-color: #095A1A;
}
</style>
border-color css
<style>
span { border-color: #095A1A; }
span { border-color: rgb(9,90,26); }
td.TdClassName
{
border-color: #095A1A;
}
.TagClassName
{
border-color: #095A1A;
}
</style>