Shades of Sushi #6F9F39
Tints of Sushi #6F9F39
RGB
CMYK
RGB Variations
Color information
#6F9F39 (or 0x6F9F39) is known color: Sushi. HEX triplet: 6F, 9F and 39. RGB value is (111,159,57). Sum of RGB (Red+Green+Blue) = 111+159+57=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9F39 is #9060C6. Grayscale: #858585. Windows color (decimal): -9461959 or 3776367. OLE color: 3776367.
HSL color Cylindrical-coordinate representation of color #6F9F39: hue angle of 88.24º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F9F39 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 57 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.38 |
| HSL | 88.24º | 0.47% | 0.42% | - |
| HSV(B) | 88.24º | 0.64% | 0.62% | - |
| XYZ | 19.69 | 28.47 | 8.33 | - |
| YUV | 133.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 57 | 0.30 | 0 | 0.64 | 0.38 | 88.24 | 0.47 | 0.42 |
| Hex | 6F | 9F | 39 | 1E | 0 | 40 | 26 | 58 | 2F | 2A |
| Octal | 157 | 237 | 71 | 36 | 0 | 100 | 46 | 130 | 57 | 52 |
| Binary | 1101111 | 10011111 | 111001 | 11110 | 0 | 1000000 | 100110 | 1011000 | 101111 | 101010 |
Color Harmonies of #6F9F39
Complementary color
Monochromatic Colors of #6F9F39
Black with #6F9F39
Text Example
Text Example
White with #6F9F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F39; }
p { color: rgb(111,159,57); }
H1.HeaderClassName
{
color: #6F9F39;
}
.AnyTagClassName
{
color: #6F9F39;
}
</style>
background-color css
<style>
a { background-color: #6F9F39; }
a { background-color: rgb(111,159,57); }
div.DivClassName
{
background-color: #6F9F39;
}
.BgClassName
{
background-color: #6F9F39;
}
</style>
border-color css
<style>
span { border-color: #6F9F39; }
span { border-color: rgb(111,159,57); }
td.TdClassName
{
border-color: #6F9F39;
}
.TagClassName
{
border-color: #6F9F39;
}
</style>