Shades of Crusoe #0C661A
Tints of Crusoe #0C661A
RGB
CMYK
RGB Variations
Color information
#0C661A (or 0x0C661A) is known color: Crusoe. HEX triplet: 0C, 66 and 1A. RGB value is (12,102,26). Sum of RGB (Red+Green+Blue) = 12+102+26=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 102 (40.23% from 255 or 72.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 102 - color contains mainly: green. Hex color #0C661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C661A is #F399E5. Grayscale: #424242. Windows color (decimal): -15964646 or 1730060. OLE color: 1730060.
HSL color Cylindrical-coordinate representation of color #0C661A: hue angle of 129.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C661A is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 26 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.6 |
| HSL | 129.33º | 0.79% | 0.22% | - |
| HSV(B) | 129.33º | 0.88% | 0.4% | - |
| XYZ | 5.09 | 9.66 | 2.57 | - |
| YUV | 66.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 26 | 0.88 | 0 | 0.75 | 0.6 | 129.33 | 0.79 | 0.22 |
| Hex | C | 66 | 1A | 58 | 0 | 4B | 3C | 81 | 4F | 16 |
| Octal | 14 | 146 | 32 | 130 | 0 | 113 | 74 | 201 | 117 | 26 |
| Binary | 1100 | 1100110 | 11010 | 1011000 | 0 | 1001011 | 111100 | 10000001 | 1001111 | 10110 |
Color Harmonies of #0C661A
Complementary color
Monochromatic Colors of #0C661A
Black with #0C661A
Text Example
Text Example
White with #0C661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C661A; }
p { color: rgb(12,102,26); }
H1.HeaderClassName
{
color: #0C661A;
}
.AnyTagClassName
{
color: #0C661A;
}
</style>
background-color css
<style>
a { background-color: #0C661A; }
a { background-color: rgb(12,102,26); }
div.DivClassName
{
background-color: #0C661A;
}
.BgClassName
{
background-color: #0C661A;
}
</style>
border-color css
<style>
span { border-color: #0C661A; }
span { border-color: rgb(12,102,26); }
td.TdClassName
{
border-color: #0C661A;
}
.TagClassName
{
border-color: #0C661A;
}
</style>