Shades of Crusoe #0A672A
Tints of Crusoe #0A672A
RGB
CMYK
RGB Variations
Color information
#0A672A (or 0x0A672A) is known color: Crusoe. HEX triplet: 0A, 67 and 2A. RGB value is (10,103,42). Sum of RGB (Red+Green+Blue) = 10+103+42=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #0A672A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A672A is #F598D5. Grayscale: #444444. Windows color (decimal): -16095446 or 2778890. OLE color: 2778890.
HSL color Cylindrical-coordinate representation of color #0A672A: hue angle of 140.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A672A is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 103 | 42 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.60 |
| HSL | 140.65º | 0.82% | 0.22% | - |
| HSV(B) | 140.65º | 0.9% | 0.4% | - |
| XYZ | 5.39 | 9.93 | 3.82 | - |
| YUV | 68.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 42 | 0.90 | 0 | 0.59 | 0.60 | 140.65 | 0.82 | 0.22 |
| Hex | A | 67 | 2A | 5A | 0 | 3B | 3C | 8D | 52 | 16 |
| Octal | 12 | 147 | 52 | 132 | 0 | 73 | 74 | 215 | 122 | 26 |
| Binary | 1010 | 1100111 | 101010 | 1011010 | 0 | 111011 | 111100 | 10001101 | 1010010 | 10110 |
Color Harmonies of #0A672A
Complementary color
Monochromatic Colors of #0A672A
Black with #0A672A
Text Example
Text Example
White with #0A672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A672A; }
p { color: rgb(10,103,42); }
H1.HeaderClassName
{
color: #0A672A;
}
.AnyTagClassName
{
color: #0A672A;
}
</style>
background-color css
<style>
a { background-color: #0A672A; }
a { background-color: rgb(10,103,42); }
div.DivClassName
{
background-color: #0A672A;
}
.BgClassName
{
background-color: #0A672A;
}
</style>
border-color css
<style>
span { border-color: #0A672A; }
span { border-color: rgb(10,103,42); }
td.TdClassName
{
border-color: #0A672A;
}
.TagClassName
{
border-color: #0A672A;
}
</style>