Shades of Finch #6E7B4B
Tints of Finch #6E7B4B
RGB
CMYK
RGB Variations
Color information
#6E7B4B (or 0x6E7B4B) is known color: Finch. HEX triplet: 6E, 7B and 4B. RGB value is (110,123,75). Sum of RGB (Red+Green+Blue) = 110+123+75=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7B4B is #9184B4. Grayscale: #717171. Windows color (decimal): -9536693 or 4946798. OLE color: 4946798.
HSL color Cylindrical-coordinate representation of color #6E7B4B: hue angle of 76.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E7B4B is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 123 | 75 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.52 |
| HSL | 76.25º | 0.24% | 0.39% | - |
| HSV(B) | 76.25º | 0.39% | 0.48% | - |
| XYZ | 14.78 | 17.99 | 9.35 | - |
| YUV | 113.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 75 | 0.11 | 0 | 0.39 | 0.52 | 76.25 | 0.24 | 0.39 |
| Hex | 6E | 7B | 4B | B | 0 | 27 | 34 | 4C | 18 | 27 |
| Octal | 156 | 173 | 113 | 13 | 0 | 47 | 64 | 114 | 30 | 47 |
| Binary | 1101110 | 1111011 | 1001011 | 1011 | 0 | 100111 | 110100 | 1001100 | 11000 | 100111 |
Color Harmonies of #6E7B4B
Complementary color
Monochromatic Colors of #6E7B4B
Black with #6E7B4B
Text Example
Text Example
White with #6E7B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B4B; }
p { color: rgb(110,123,75); }
H1.HeaderClassName
{
color: #6E7B4B;
}
.AnyTagClassName
{
color: #6E7B4B;
}
</style>
background-color css
<style>
a { background-color: #6E7B4B; }
a { background-color: rgb(110,123,75); }
div.DivClassName
{
background-color: #6E7B4B;
}
.BgClassName
{
background-color: #6E7B4B;
}
</style>
border-color css
<style>
span { border-color: #6E7B4B; }
span { border-color: rgb(110,123,75); }
td.TdClassName
{
border-color: #6E7B4B;
}
.TagClassName
{
border-color: #6E7B4B;
}
</style>