Shades of Crusoe #07661A
Tints of Crusoe #07661A
RGB
CMYK
RGB Variations
Color information
#07661A (or 0x07661A) is known color: Crusoe. HEX triplet: 07, 66 and 1A. RGB value is (7,102,26). Sum of RGB (Red+Green+Blue) = 7+102+26=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #07661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07661A is #F899E5. Grayscale: #414141. Windows color (decimal): -16292326 or 1730055. OLE color: 1730055.
HSL color Cylindrical-coordinate representation of color #07661A: hue angle of 132º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07661A is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 26 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.6 |
| HSL | 132º | 0.87% | 0.21% | - |
| HSV(B) | 132º | 0.93% | 0.4% | - |
| XYZ | 5.03 | 9.62 | 2.57 | - |
| YUV | 64.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 26 | 0.93 | 0 | 0.75 | 0.6 | 132 | 0.87 | 0.21 |
| Hex | 7 | 66 | 1A | 5D | 0 | 4B | 3C | 84 | 57 | 15 |
| Octal | 7 | 146 | 32 | 135 | 0 | 113 | 74 | 204 | 127 | 25 |
| Binary | 111 | 1100110 | 11010 | 1011101 | 0 | 1001011 | 111100 | 10000100 | 1010111 | 10101 |
Color Harmonies of #07661A
Complementary color
Monochromatic Colors of #07661A
Black with #07661A
Text Example
Text Example
White with #07661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07661A; }
p { color: rgb(7,102,26); }
H1.HeaderClassName
{
color: #07661A;
}
.AnyTagClassName
{
color: #07661A;
}
</style>
background-color css
<style>
a { background-color: #07661A; }
a { background-color: rgb(7,102,26); }
div.DivClassName
{
background-color: #07661A;
}
.BgClassName
{
background-color: #07661A;
}
</style>
border-color css
<style>
span { border-color: #07661A; }
span { border-color: rgb(7,102,26); }
td.TdClassName
{
border-color: #07661A;
}
.TagClassName
{
border-color: #07661A;
}
</style>