Shades of Crusoe #075B2A
Tints of Crusoe #075B2A
RGB
CMYK
RGB Variations
Color information
#075B2A (or 0x075B2A) is known color: Crusoe. HEX triplet: 07, 5B and 2A. RGB value is (7,91,42). Sum of RGB (Red+Green+Blue) = 7+91+42=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #075B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075B2A is #F8A4D5. Grayscale: #3C3C3C. Windows color (decimal): -16295126 or 2775815. OLE color: 2775815.
HSL color Cylindrical-coordinate representation of color #075B2A: hue angle of 145º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075B2A is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 91 | 42 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.64 |
| HSL | 145º | 0.86% | 0.19% | - |
| HSV(B) | 145º | 0.92% | 0.36% | - |
| XYZ | 4.25 | 7.69 | 3.45 | - |
| YUV | 60.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 42 | 0.92 | 0 | 0.54 | 0.64 | 145 | 0.86 | 0.19 |
| Hex | 7 | 5B | 2A | 5C | 0 | 36 | 40 | 91 | 56 | 13 |
| Octal | 7 | 133 | 52 | 134 | 0 | 66 | 100 | 221 | 126 | 23 |
| Binary | 111 | 1011011 | 101010 | 1011100 | 0 | 110110 | 1000000 | 10010001 | 1010110 | 10011 |
Color Harmonies of #075B2A
Complementary color
Monochromatic Colors of #075B2A
Black with #075B2A
Text Example
Text Example
White with #075B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075B2A; }
p { color: rgb(7,91,42); }
H1.HeaderClassName
{
color: #075B2A;
}
.AnyTagClassName
{
color: #075B2A;
}
</style>
background-color css
<style>
a { background-color: #075B2A; }
a { background-color: rgb(7,91,42); }
div.DivClassName
{
background-color: #075B2A;
}
.BgClassName
{
background-color: #075B2A;
}
</style>
border-color css
<style>
span { border-color: #075B2A; }
span { border-color: rgb(7,91,42); }
td.TdClassName
{
border-color: #075B2A;
}
.TagClassName
{
border-color: #075B2A;
}
</style>