Shades of Crusoe #076D1B
Tints of Crusoe #076D1B
RGB
CMYK
RGB Variations
Color information
#076D1B (or 0x076D1B) is known color: Crusoe. HEX triplet: 07, 6D and 1B. RGB value is (7,109,27). Sum of RGB (Red+Green+Blue) = 7+109+27=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 109 (42.97% from 255 or 76.22% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 109 - color contains mainly: green. Hex color #076D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D1B is #F892E4. Grayscale: #454545. Windows color (decimal): -16290533 or 1797383. OLE color: 1797383.
HSL color Cylindrical-coordinate representation of color #076D1B: hue angle of 131.76º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D1B is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 27 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.57 |
| HSL | 131.76º | 0.88% | 0.23% | - |
| HSV(B) | 131.76º | 0.94% | 0.43% | - |
| XYZ | 5.75 | 11.06 | 2.87 | - |
| YUV | 69.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 27 | 0.94 | 0 | 0.75 | 0.57 | 131.76 | 0.88 | 0.23 |
| Hex | 7 | 6D | 1B | 5E | 0 | 4B | 39 | 84 | 58 | 17 |
| Octal | 7 | 155 | 33 | 136 | 0 | 113 | 71 | 204 | 130 | 27 |
| Binary | 111 | 1101101 | 11011 | 1011110 | 0 | 1001011 | 111001 | 10000100 | 1011000 | 10111 |
Color Harmonies of #076D1B
Complementary color
Monochromatic Colors of #076D1B
Black with #076D1B
Text Example
Text Example
White with #076D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D1B; }
p { color: rgb(7,109,27); }
H1.HeaderClassName
{
color: #076D1B;
}
.AnyTagClassName
{
color: #076D1B;
}
</style>
background-color css
<style>
a { background-color: #076D1B; }
a { background-color: rgb(7,109,27); }
div.DivClassName
{
background-color: #076D1B;
}
.BgClassName
{
background-color: #076D1B;
}
</style>
border-color css
<style>
span { border-color: #076D1B; }
span { border-color: rgb(7,109,27); }
td.TdClassName
{
border-color: #076D1B;
}
.TagClassName
{
border-color: #076D1B;
}
</style>