Shades of Crusoe #065B23
Tints of Crusoe #065B23
RGB
CMYK
RGB Variations
Color information
#065B23 (or 0x065B23) is known color: Crusoe. HEX triplet: 06, 5B and 23. RGB value is (6,91,35). Sum of RGB (Red+Green+Blue) = 6+91+35=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #065B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B23 is #F9A4DC. Grayscale: #3B3B3B. Windows color (decimal): -16360669 or 2317062. OLE color: 2317062.
HSL color Cylindrical-coordinate representation of color #065B23: hue angle of 140.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B23 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 35 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.64 |
| HSL | 140.47º | 0.88% | 0.19% | - |
| HSV(B) | 140.47º | 0.93% | 0.36% | - |
| XYZ | 4.12 | 7.64 | 2.85 | - |
| YUV | 59.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 35 | 0.93 | 0 | 0.62 | 0.64 | 140.47 | 0.88 | 0.19 |
| Hex | 6 | 5B | 23 | 5D | 0 | 3E | 40 | 8C | 58 | 13 |
| Octal | 6 | 133 | 43 | 135 | 0 | 76 | 100 | 214 | 130 | 23 |
| Binary | 110 | 1011011 | 100011 | 1011101 | 0 | 111110 | 1000000 | 10001100 | 1011000 | 10011 |
Color Harmonies of #065B23
Complementary color
Monochromatic Colors of #065B23
Black with #065B23
Text Example
Text Example
White with #065B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B23; }
p { color: rgb(6,91,35); }
H1.HeaderClassName
{
color: #065B23;
}
.AnyTagClassName
{
color: #065B23;
}
</style>
background-color css
<style>
a { background-color: #065B23; }
a { background-color: rgb(6,91,35); }
div.DivClassName
{
background-color: #065B23;
}
.BgClassName
{
background-color: #065B23;
}
</style>
border-color css
<style>
span { border-color: #065B23; }
span { border-color: rgb(6,91,35); }
td.TdClassName
{
border-color: #065B23;
}
.TagClassName
{
border-color: #065B23;
}
</style>