Shades of Sushi #6F9940
Tints of Sushi #6F9940
RGB
CMYK
RGB Variations
Color information
#6F9940 (or 0x6F9940) is known color: Sushi. HEX triplet: 6F, 99 and 40. RGB value is (111,153,64). Sum of RGB (Red+Green+Blue) = 111+153+64=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9940 is #9066BF. Grayscale: #828282. Windows color (decimal): -9463488 or 4233583. OLE color: 4233583.
HSL color Cylindrical-coordinate representation of color #6F9940: hue angle of 88.31º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F9940 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 64 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.4 |
| HSL | 88.31º | 0.41% | 0.43% | - |
| HSV(B) | 88.31º | 0.58% | 0.6% | - |
| XYZ | 18.87 | 26.53 | 8.98 | - |
| YUV | 130.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 64 | 0.27 | 0 | 0.58 | 0.4 | 88.31 | 0.41 | 0.43 |
| Hex | 6F | 99 | 40 | 1B | 0 | 3A | 28 | 58 | 29 | 2B |
| Octal | 157 | 231 | 100 | 33 | 0 | 72 | 50 | 130 | 51 | 53 |
| Binary | 1101111 | 10011001 | 1000000 | 11011 | 0 | 111010 | 101000 | 1011000 | 101001 | 101011 |
Color Harmonies of #6F9940
Complementary color
Monochromatic Colors of #6F9940
Black with #6F9940
Text Example
Text Example
White with #6F9940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9940; }
p { color: rgb(111,153,64); }
H1.HeaderClassName
{
color: #6F9940;
}
.AnyTagClassName
{
color: #6F9940;
}
</style>
background-color css
<style>
a { background-color: #6F9940; }
a { background-color: rgb(111,153,64); }
div.DivClassName
{
background-color: #6F9940;
}
.BgClassName
{
background-color: #6F9940;
}
</style>
border-color css
<style>
span { border-color: #6F9940; }
span { border-color: rgb(111,153,64); }
td.TdClassName
{
border-color: #6F9940;
}
.TagClassName
{
border-color: #6F9940;
}
</style>