Shades of Crusoe #076114
Tints of Crusoe #076114
RGB
CMYK
RGB Variations
Color information
#076114 (or 0x076114) is known color: Crusoe. HEX triplet: 07, 61 and 14. RGB value is (7,97,20). Sum of RGB (Red+Green+Blue) = 7+97+20=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #076114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076114 is #F89EEB. Grayscale: #3D3D3D. Windows color (decimal): -16293612 or 1335559. OLE color: 1335559.
HSL color Cylindrical-coordinate representation of color #076114: hue angle of 128.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076114 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 97 | 20 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.62 |
| HSL | 128.67º | 0.87% | 0.2% | - |
| HSV(B) | 128.67º | 0.93% | 0.38% | - |
| XYZ | 4.49 | 8.65 | 2.09 | - |
| YUV | 61.31 | 104.68 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 20 | 0.93 | 0 | 0.79 | 0.62 | 128.67 | 0.87 | 0.2 |
| Hex | 7 | 61 | 14 | 5D | 0 | 4F | 3E | 81 | 57 | 14 |
| Octal | 7 | 141 | 24 | 135 | 0 | 117 | 76 | 201 | 127 | 24 |
| Binary | 111 | 1100001 | 10100 | 1011101 | 0 | 1001111 | 111110 | 10000001 | 1010111 | 10100 |
Color Harmonies of #076114
Complementary color
Monochromatic Colors of #076114
Black with #076114
Text Example
Text Example
White with #076114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076114; }
p { color: rgb(7,97,20); }
H1.HeaderClassName
{
color: #076114;
}
.AnyTagClassName
{
color: #076114;
}
</style>
background-color css
<style>
a { background-color: #076114; }
a { background-color: rgb(7,97,20); }
div.DivClassName
{
background-color: #076114;
}
.BgClassName
{
background-color: #076114;
}
</style>
border-color css
<style>
span { border-color: #076114; }
span { border-color: rgb(7,97,20); }
td.TdClassName
{
border-color: #076114;
}
.TagClassName
{
border-color: #076114;
}
</style>