Shades of Crusoe #0D681A
Tints of Crusoe #0D681A
RGB
CMYK
RGB Variations
Color information
#0D681A (or 0x0D681A) is known color: Crusoe. HEX triplet: 0D, 68 and 1A. RGB value is (13,104,26). Sum of RGB (Red+Green+Blue) = 13+104+26=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 104 (41.02% from 255 or 72.73% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 104 - color contains mainly: green. Hex color #0D681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D681A is #F297E5. Grayscale: #444444. Windows color (decimal): -15898598 or 1730573. OLE color: 1730573.
HSL color Cylindrical-coordinate representation of color #0D681A: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D681A is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 104 | 26 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.59 |
| HSL | 128.57º | 0.78% | 0.23% | - |
| HSV(B) | 128.57º | 0.88% | 0.41% | - |
| XYZ | 5.3 | 10.06 | 2.64 | - |
| YUV | 67.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 26 | 0.88 | 0 | 0.75 | 0.59 | 128.57 | 0.78 | 0.23 |
| Hex | D | 68 | 1A | 58 | 0 | 4B | 3B | 81 | 4E | 17 |
| Octal | 15 | 150 | 32 | 130 | 0 | 113 | 73 | 201 | 116 | 27 |
| Binary | 1101 | 1101000 | 11010 | 1011000 | 0 | 1001011 | 111011 | 10000001 | 1001110 | 10111 |
Color Harmonies of #0D681A
Complementary color
Monochromatic Colors of #0D681A
Black with #0D681A
Text Example
Text Example
White with #0D681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D681A; }
p { color: rgb(13,104,26); }
H1.HeaderClassName
{
color: #0D681A;
}
.AnyTagClassName
{
color: #0D681A;
}
</style>
background-color css
<style>
a { background-color: #0D681A; }
a { background-color: rgb(13,104,26); }
div.DivClassName
{
background-color: #0D681A;
}
.BgClassName
{
background-color: #0D681A;
}
</style>
border-color css
<style>
span { border-color: #0D681A; }
span { border-color: rgb(13,104,26); }
td.TdClassName
{
border-color: #0D681A;
}
.TagClassName
{
border-color: #0D681A;
}
</style>