Shades of Crusoe #065A12
Tints of Crusoe #065A12
RGB
CMYK
RGB Variations
Color information
#065A12 (or 0x065A12) is known color: Crusoe. HEX triplet: 06, 5A and 12. RGB value is (6,90,18). Sum of RGB (Red+Green+Blue) = 6+90+18=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 90 (35.55% from 255 or 78.95% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 90 - color contains mainly: green. Hex color #065A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A12 is #F9A5ED. Grayscale: #383838. Windows color (decimal): -16360942 or 1202694. OLE color: 1202694.
HSL color Cylindrical-coordinate representation of color #065A12: hue angle of 128.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A12 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 18 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.65 |
| HSL | 128.57º | 0.88% | 0.19% | - |
| HSV(B) | 128.57º | 0.93% | 0.35% | - |
| XYZ | 3.84 | 7.39 | 1.8 | - |
| YUV | 56.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 18 | 0.93 | 0 | 0.80 | 0.65 | 128.57 | 0.88 | 0.19 |
| Hex | 6 | 5A | 12 | 5D | 0 | 50 | 41 | 81 | 58 | 13 |
| Octal | 6 | 132 | 22 | 135 | 0 | 120 | 101 | 201 | 130 | 23 |
| Binary | 110 | 1011010 | 10010 | 1011101 | 0 | 1010000 | 1000001 | 10000001 | 1011000 | 10011 |
Color Harmonies of #065A12
Complementary color
Monochromatic Colors of #065A12
Black with #065A12
Text Example
Text Example
White with #065A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A12; }
p { color: rgb(6,90,18); }
H1.HeaderClassName
{
color: #065A12;
}
.AnyTagClassName
{
color: #065A12;
}
</style>
background-color css
<style>
a { background-color: #065A12; }
a { background-color: rgb(6,90,18); }
div.DivClassName
{
background-color: #065A12;
}
.BgClassName
{
background-color: #065A12;
}
</style>
border-color css
<style>
span { border-color: #065A12; }
span { border-color: rgb(6,90,18); }
td.TdClassName
{
border-color: #065A12;
}
.TagClassName
{
border-color: #065A12;
}
</style>