Shades of Grey-Asparagus #3F693F
Tints of Grey-Asparagus #3F693F
RGB
CMYK
RGB Variations
Color information
#3F693F (or 0x3F693F) is known color: Grey-Asparagus. HEX triplet: 3F, 69 and 3F. RGB value is (63,105,63). Sum of RGB (Red+Green+Blue) = 63+105+63=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #3F693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F693F is #C096C0. Grayscale: #575757. Windows color (decimal): -12621505 or 4155711. OLE color: 4155711.
HSL color Cylindrical-coordinate representation of color #3F693F: hue angle of 120º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F693F is Cyan = 0.4, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 63 | - |
| CMYK | 0.4 | 0 | 0.4 | 0.59 |
| HSL | 120º | 0.25% | 0.33% | - |
| HSV(B) | 120º | 0.4% | 0.41% | - |
| XYZ | 8 | 11.52 | 6.5 | - |
| YUV | 87.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 63 | 0.4 | 0 | 0.4 | 0.59 | 120 | 0.25 | 0.33 |
| Hex | 3F | 69 | 3F | 28 | 0 | 28 | 3B | 78 | 19 | 21 |
| Octal | 77 | 151 | 77 | 50 | 0 | 50 | 73 | 170 | 31 | 41 |
| Binary | 111111 | 1101001 | 111111 | 101000 | 0 | 101000 | 111011 | 1111000 | 11001 | 100001 |
Color Harmonies of #3F693F
Complementary color
Monochromatic Colors of #3F693F
Black with #3F693F
Text Example
Text Example
White with #3F693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F693F; }
p { color: rgb(63,105,63); }
H1.HeaderClassName
{
color: #3F693F;
}
.AnyTagClassName
{
color: #3F693F;
}
</style>
background-color css
<style>
a { background-color: #3F693F; }
a { background-color: rgb(63,105,63); }
div.DivClassName
{
background-color: #3F693F;
}
.BgClassName
{
background-color: #3F693F;
}
</style>
border-color css
<style>
span { border-color: #3F693F; }
span { border-color: rgb(63,105,63); }
td.TdClassName
{
border-color: #3F693F;
}
.TagClassName
{
border-color: #3F693F;
}
</style>