Shades of Nandor #4F6651
Tints of Nandor #4F6651
RGB
CMYK
RGB Variations
Color information
#4F6651 (or 0x4F6651) is known color: Nandor. HEX triplet: 4F, 66 and 51. RGB value is (79,102,81). Sum of RGB (Red+Green+Blue) = 79+102+81=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #4F6651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6651 is #B099AE. Grayscale: #5C5C5C. Windows color (decimal): -11573679 or 5334607. OLE color: 5334607.
HSL color Cylindrical-coordinate representation of color #4F6651: hue angle of 125.22º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F6651 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 102 | 81 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.6 |
| HSL | 125.22º | 0.13% | 0.35% | - |
| HSV(B) | 125.22º | 0.23% | 0.4% | - |
| XYZ | 9.46 | 11.76 | 9.56 | - |
| YUV | 92.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 102 | 81 | 0.23 | 0 | 0.21 | 0.6 | 125.22 | 0.13 | 0.35 |
| Hex | 4F | 66 | 51 | 17 | 0 | 15 | 3C | 7D | D | 23 |
| Octal | 117 | 146 | 121 | 27 | 0 | 25 | 74 | 175 | 15 | 43 |
| Binary | 1001111 | 1100110 | 1010001 | 10111 | 0 | 10101 | 111100 | 1111101 | 1101 | 100011 |
Color Harmonies of #4F6651
Complementary color
Monochromatic Colors of #4F6651
Black with #4F6651
Text Example
Text Example
White with #4F6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6651; }
p { color: rgb(79,102,81); }
H1.HeaderClassName
{
color: #4F6651;
}
.AnyTagClassName
{
color: #4F6651;
}
</style>
background-color css
<style>
a { background-color: #4F6651; }
a { background-color: rgb(79,102,81); }
div.DivClassName
{
background-color: #4F6651;
}
.BgClassName
{
background-color: #4F6651;
}
</style>
border-color css
<style>
span { border-color: #4F6651; }
span { border-color: rgb(79,102,81); }
td.TdClassName
{
border-color: #4F6651;
}
.TagClassName
{
border-color: #4F6651;
}
</style>