Shades of Crusoe #076F21
Tints of Crusoe #076F21
RGB
CMYK
RGB Variations
Color information
#076F21 (or 0x076F21) is known color: Crusoe. HEX triplet: 07, 6F and 21. RGB value is (7,111,33). Sum of RGB (Red+Green+Blue) = 7+111+33=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 111 (43.75% from 255 or 73.51% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 111 - color contains mainly: green. Hex color #076F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F21 is #F890DE. Grayscale: #474747. Windows color (decimal): -16290015 or 2191111. OLE color: 2191111.
HSL color Cylindrical-coordinate representation of color #076F21: hue angle of 135º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F21 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 33 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.56 |
| HSL | 135º | 0.88% | 0.23% | - |
| HSV(B) | 135º | 0.94% | 0.44% | - |
| XYZ | 6.05 | 11.52 | 3.34 | - |
| YUV | 71.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 33 | 0.94 | 0 | 0.70 | 0.56 | 135 | 0.88 | 0.23 |
| Hex | 7 | 6F | 21 | 5E | 0 | 46 | 38 | 87 | 58 | 17 |
| Octal | 7 | 157 | 41 | 136 | 0 | 106 | 70 | 207 | 130 | 27 |
| Binary | 111 | 1101111 | 100001 | 1011110 | 0 | 1000110 | 111000 | 10000111 | 1011000 | 10111 |
Color Harmonies of #076F21
Complementary color
Monochromatic Colors of #076F21
Black with #076F21
Text Example
Text Example
White with #076F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F21; }
p { color: rgb(7,111,33); }
H1.HeaderClassName
{
color: #076F21;
}
.AnyTagClassName
{
color: #076F21;
}
</style>
background-color css
<style>
a { background-color: #076F21; }
a { background-color: rgb(7,111,33); }
div.DivClassName
{
background-color: #076F21;
}
.BgClassName
{
background-color: #076F21;
}
</style>
border-color css
<style>
span { border-color: #076F21; }
span { border-color: rgb(7,111,33); }
td.TdClassName
{
border-color: #076F21;
}
.TagClassName
{
border-color: #076F21;
}
</style>