Shades of Crusoe #0D691E
Tints of Crusoe #0D691E
RGB
CMYK
RGB Variations
Color information
#0D691E (or 0x0D691E) is known color: Crusoe. HEX triplet: 0D, 69 and 1E. RGB value is (13,105,30). Sum of RGB (Red+Green+Blue) = 13+105+30=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #0D691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D691E is #F296E1. Grayscale: #454545. Windows color (decimal): -15898338 or 1992973. OLE color: 1992973.
HSL color Cylindrical-coordinate representation of color #0D691E: hue angle of 131.09º 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 #0D691E is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 105 | 30 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.59 |
| HSL | 131.09º | 0.78% | 0.23% | - |
| HSV(B) | 131.09º | 0.88% | 0.41% | - |
| XYZ | 5.45 | 10.28 | 2.93 | - |
| YUV | 68.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 30 | 0.88 | 0 | 0.71 | 0.59 | 131.09 | 0.78 | 0.23 |
| Hex | D | 69 | 1E | 58 | 0 | 47 | 3B | 83 | 4E | 17 |
| Octal | 15 | 151 | 36 | 130 | 0 | 107 | 73 | 203 | 116 | 27 |
| Binary | 1101 | 1101001 | 11110 | 1011000 | 0 | 1000111 | 111011 | 10000011 | 1001110 | 10111 |
Color Harmonies of #0D691E
Complementary color
Monochromatic Colors of #0D691E
Black with #0D691E
Text Example
Text Example
White with #0D691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D691E; }
p { color: rgb(13,105,30); }
H1.HeaderClassName
{
color: #0D691E;
}
.AnyTagClassName
{
color: #0D691E;
}
</style>
background-color css
<style>
a { background-color: #0D691E; }
a { background-color: rgb(13,105,30); }
div.DivClassName
{
background-color: #0D691E;
}
.BgClassName
{
background-color: #0D691E;
}
</style>
border-color css
<style>
span { border-color: #0D691E; }
span { border-color: rgb(13,105,30); }
td.TdClassName
{
border-color: #0D691E;
}
.TagClassName
{
border-color: #0D691E;
}
</style>