Shades of Sushi #6F943F
Tints of Sushi #6F943F
RGB
CMYK
RGB Variations
Color information
#6F943F (or 0x6F943F) is known color: Sushi. HEX triplet: 6F, 94 and 3F. RGB value is (111,148,63). Sum of RGB (Red+Green+Blue) = 111+148+63=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #6F943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F943F is #906BC0. Grayscale: #7F7F7F. Windows color (decimal): -9464769 or 4166767. OLE color: 4166767.
HSL color Cylindrical-coordinate representation of color #6F943F: hue angle of 86.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F943F is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 63 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.42 |
| HSL | 86.12º | 0.4% | 0.41% | - |
| HSV(B) | 86.12º | 0.57% | 0.58% | - |
| XYZ | 18.04 | 24.92 | 8.56 | - |
| YUV | 127.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 63 | 0.25 | 0 | 0.57 | 0.42 | 86.12 | 0.4 | 0.41 |
| Hex | 6F | 94 | 3F | 19 | 0 | 39 | 2A | 56 | 28 | 29 |
| Octal | 157 | 224 | 77 | 31 | 0 | 71 | 52 | 126 | 50 | 51 |
| Binary | 1101111 | 10010100 | 111111 | 11001 | 0 | 111001 | 101010 | 1010110 | 101000 | 101001 |
Color Harmonies of #6F943F
Complementary color
Monochromatic Colors of #6F943F
Black with #6F943F
Text Example
Text Example
White with #6F943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F943F; }
p { color: rgb(111,148,63); }
H1.HeaderClassName
{
color: #6F943F;
}
.AnyTagClassName
{
color: #6F943F;
}
</style>
background-color css
<style>
a { background-color: #6F943F; }
a { background-color: rgb(111,148,63); }
div.DivClassName
{
background-color: #6F943F;
}
.BgClassName
{
background-color: #6F943F;
}
</style>
border-color css
<style>
span { border-color: #6F943F; }
span { border-color: rgb(111,148,63); }
td.TdClassName
{
border-color: #6F943F;
}
.TagClassName
{
border-color: #6F943F;
}
</style>