Shades of Siam #6F7A40
Tints of Siam #6F7A40
RGB
CMYK
RGB Variations
Color information
#6F7A40 (or 0x6F7A40) is known color: Siam. HEX triplet: 6F, 7A and 40. RGB value is (111,122,64). Sum of RGB (Red+Green+Blue) = 111+122+64=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7A40 is #9085BF. Grayscale: #707070. Windows color (decimal): -9471424 or 4225647. OLE color: 4225647.
HSL color Cylindrical-coordinate representation of color #6F7A40: hue angle of 71.38º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F7A40 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 122 | 64 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.52 |
| HSL | 71.38º | 0.31% | 0.36% | - |
| HSV(B) | 71.38º | 0.48% | 0.48% | - |
| XYZ | 14.44 | 17.67 | 7.5 | - |
| YUV | 112.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 64 | 0.09 | 0 | 0.48 | 0.52 | 71.38 | 0.31 | 0.36 |
| Hex | 6F | 7A | 40 | 9 | 0 | 30 | 34 | 47 | 1F | 24 |
| Octal | 157 | 172 | 100 | 11 | 0 | 60 | 64 | 107 | 37 | 44 |
| Binary | 1101111 | 1111010 | 1000000 | 1001 | 0 | 110000 | 110100 | 1000111 | 11111 | 100100 |
Color Harmonies of #6F7A40
Complementary color
Monochromatic Colors of #6F7A40
Black with #6F7A40
Text Example
Text Example
White with #6F7A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A40; }
p { color: rgb(111,122,64); }
H1.HeaderClassName
{
color: #6F7A40;
}
.AnyTagClassName
{
color: #6F7A40;
}
</style>
background-color css
<style>
a { background-color: #6F7A40; }
a { background-color: rgb(111,122,64); }
div.DivClassName
{
background-color: #6F7A40;
}
.BgClassName
{
background-color: #6F7A40;
}
</style>
border-color css
<style>
span { border-color: #6F7A40; }
span { border-color: rgb(111,122,64); }
td.TdClassName
{
border-color: #6F7A40;
}
.TagClassName
{
border-color: #6F7A40;
}
</style>