Shades of Sushi #6F9937
Tints of Sushi #6F9937
RGB
CMYK
RGB Variations
Color information
#6F9937 (or 0x6F9937) is known color: Sushi. HEX triplet: 6F, 99 and 37. RGB value is (111,153,55). Sum of RGB (Red+Green+Blue) = 111+153+55=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9937 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9937 is #9066C8. Grayscale: #818181. Windows color (decimal): -9463497 or 3643759. OLE color: 3643759.
HSL color Cylindrical-coordinate representation of color #6F9937: hue angle of 85.71º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F9937 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 55 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.4 |
| HSL | 85.71º | 0.47% | 0.41% | - |
| HSV(B) | 85.71º | 0.64% | 0.6% | - |
| XYZ | 18.64 | 26.44 | 7.74 | - |
| YUV | 129.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 55 | 0.27 | 0 | 0.64 | 0.4 | 85.71 | 0.47 | 0.41 |
| Hex | 6F | 99 | 37 | 1B | 0 | 40 | 28 | 56 | 2F | 29 |
| Octal | 157 | 231 | 67 | 33 | 0 | 100 | 50 | 126 | 57 | 51 |
| Binary | 1101111 | 10011001 | 110111 | 11011 | 0 | 1000000 | 101000 | 1010110 | 101111 | 101001 |
Color Harmonies of #6F9937
Complementary color
Monochromatic Colors of #6F9937
Black with #6F9937
Text Example
Text Example
White with #6F9937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9937; }
p { color: rgb(111,153,55); }
H1.HeaderClassName
{
color: #6F9937;
}
.AnyTagClassName
{
color: #6F9937;
}
</style>
background-color css
<style>
a { background-color: #6F9937; }
a { background-color: rgb(111,153,55); }
div.DivClassName
{
background-color: #6F9937;
}
.BgClassName
{
background-color: #6F9937;
}
</style>
border-color css
<style>
span { border-color: #6F9937; }
span { border-color: rgb(111,153,55); }
td.TdClassName
{
border-color: #6F9937;
}
.TagClassName
{
border-color: #6F9937;
}
</style>