Shades of Crusoe #07681C
Tints of Crusoe #07681C
RGB
CMYK
RGB Variations
Color information
#07681C (or 0x07681C) is known color: Crusoe. HEX triplet: 07, 68 and 1C. RGB value is (7,104,28). Sum of RGB (Red+Green+Blue) = 7+104+28=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #07681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07681C is #F897E3. Grayscale: #424242. Windows color (decimal): -16291812 or 1861639. OLE color: 1861639.
HSL color Cylindrical-coordinate representation of color #07681C: hue angle of 132.99º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07681C is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 28 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.59 |
| HSL | 132.99º | 0.87% | 0.22% | - |
| HSV(B) | 132.99º | 0.93% | 0.41% | - |
| XYZ | 5.25 | 10.03 | 2.76 | - |
| YUV | 66.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 28 | 0.93 | 0 | 0.73 | 0.59 | 132.99 | 0.87 | 0.22 |
| Hex | 7 | 68 | 1C | 5D | 0 | 49 | 3B | 85 | 57 | 16 |
| Octal | 7 | 150 | 34 | 135 | 0 | 111 | 73 | 205 | 127 | 26 |
| Binary | 111 | 1101000 | 11100 | 1011101 | 0 | 1001001 | 111011 | 10000101 | 1010111 | 10110 |
Color Harmonies of #07681C
Complementary color
Monochromatic Colors of #07681C
Black with #07681C
Text Example
Text Example
White with #07681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07681C; }
p { color: rgb(7,104,28); }
H1.HeaderClassName
{
color: #07681C;
}
.AnyTagClassName
{
color: #07681C;
}
</style>
background-color css
<style>
a { background-color: #07681C; }
a { background-color: rgb(7,104,28); }
div.DivClassName
{
background-color: #07681C;
}
.BgClassName
{
background-color: #07681C;
}
</style>
border-color css
<style>
span { border-color: #07681C; }
span { border-color: rgb(7,104,28); }
td.TdClassName
{
border-color: #07681C;
}
.TagClassName
{
border-color: #07681C;
}
</style>