Shades of Crusoe #006723
Tints of Crusoe #006723
RGB
CMYK
RGB Variations
Color information
#006723 (or 0x006723) is known color: Crusoe. HEX triplet: 00, 67 and 23. RGB value is (0,103,35). Sum of RGB (Red+Green+Blue) = 0+103+35=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #006723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006723 is #FF98DC. Grayscale: #404040. Windows color (decimal): -16750813 or 2320128. OLE color: 2320128.
HSL color Cylindrical-coordinate representation of color #006723: hue angle of 140.39º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006723 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 35 | - |
| CMYK | 1 | 0 | 0.66 | 0.60 |
| HSL | 140.39º | 1% | 0.2% | - |
| HSV(B) | 140.39º | 1% | 0.4% | - |
| XYZ | 5.15 | 9.82 | 3.21 | - |
| YUV | 64.45 | 111.38 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 35 | 1 | 0 | 0.66 | 0.60 | 140.39 | 1 | 0.2 |
| Hex | 0 | 67 | 23 | 64 | 0 | 42 | 3C | 8C | 64 | 14 |
| Octal | 0 | 147 | 43 | 144 | 0 | 102 | 74 | 214 | 144 | 24 |
| Binary | 0 | 1100111 | 100011 | 1100100 | 0 | 1000010 | 111100 | 10001100 | 1100100 | 10100 |
Color Harmonies of #006723
Complementary color
Monochromatic Colors of #006723
Black with #006723
Text Example
Text Example
White with #006723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006723; }
p { color: rgb(0,103,35); }
H1.HeaderClassName
{
color: #006723;
}
.AnyTagClassName
{
color: #006723;
}
</style>
background-color css
<style>
a { background-color: #006723; }
a { background-color: rgb(0,103,35); }
div.DivClassName
{
background-color: #006723;
}
.BgClassName
{
background-color: #006723;
}
</style>
border-color css
<style>
span { border-color: #006723; }
span { border-color: rgb(0,103,35); }
td.TdClassName
{
border-color: #006723;
}
.TagClassName
{
border-color: #006723;
}
</style>