Shades of Crusoe #075A2C
Tints of Crusoe #075A2C
RGB
CMYK
RGB Variations
Color information
#075A2C (or 0x075A2C) is known color: Crusoe. HEX triplet: 07, 5A and 2C. RGB value is (7,90,44). Sum of RGB (Red+Green+Blue) = 7+90+44=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #075A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075A2C is #F8A5D3. Grayscale: #3C3C3C. Windows color (decimal): -16295380 or 2906631. OLE color: 2906631.
HSL color Cylindrical-coordinate representation of color #075A2C: hue angle of 146.75º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075A2C is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 90 | 44 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.65 |
| HSL | 146.75º | 0.86% | 0.19% | - |
| HSV(B) | 146.75º | 0.92% | 0.35% | - |
| XYZ | 4.2 | 7.54 | 3.62 | - |
| YUV | 59.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 44 | 0.92 | 0 | 0.51 | 0.65 | 146.75 | 0.86 | 0.19 |
| Hex | 7 | 5A | 2C | 5C | 0 | 33 | 41 | 93 | 56 | 13 |
| Octal | 7 | 132 | 54 | 134 | 0 | 63 | 101 | 223 | 126 | 23 |
| Binary | 111 | 1011010 | 101100 | 1011100 | 0 | 110011 | 1000001 | 10010011 | 1010110 | 10011 |
Color Harmonies of #075A2C
Complementary color
Monochromatic Colors of #075A2C
Black with #075A2C
Text Example
Text Example
White with #075A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075A2C; }
p { color: rgb(7,90,44); }
H1.HeaderClassName
{
color: #075A2C;
}
.AnyTagClassName
{
color: #075A2C;
}
</style>
background-color css
<style>
a { background-color: #075A2C; }
a { background-color: rgb(7,90,44); }
div.DivClassName
{
background-color: #075A2C;
}
.BgClassName
{
background-color: #075A2C;
}
</style>
border-color css
<style>
span { border-color: #075A2C; }
span { border-color: rgb(7,90,44); }
td.TdClassName
{
border-color: #075A2C;
}
.TagClassName
{
border-color: #075A2C;
}
</style>