Shades of Sushi #6F9B2E
Tints of Sushi #6F9B2E
RGB
CMYK
RGB Variations
Color information
#6F9B2E (or 0x6F9B2E) is known color: Sushi. HEX triplet: 6F, 9B and 2E. RGB value is (111,155,46). Sum of RGB (Red+Green+Blue) = 111+155+46=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9B2E is #9064D1. Grayscale: #818181. Windows color (decimal): -9462994 or 3054447. OLE color: 3054447.
HSL color Cylindrical-coordinate representation of color #6F9B2E: hue angle of 84.22º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F9B2E is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 155 | 46 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.39 |
| HSL | 84.22º | 0.54% | 0.39% | - |
| HSV(B) | 84.22º | 0.7% | 0.61% | - |
| XYZ | 18.77 | 27.02 | 6.81 | - |
| YUV | 129.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 46 | 0.28 | 0 | 0.70 | 0.39 | 84.22 | 0.54 | 0.39 |
| Hex | 6F | 9B | 2E | 1C | 0 | 46 | 27 | 54 | 36 | 27 |
| Octal | 157 | 233 | 56 | 34 | 0 | 106 | 47 | 124 | 66 | 47 |
| Binary | 1101111 | 10011011 | 101110 | 11100 | 0 | 1000110 | 100111 | 1010100 | 110110 | 100111 |
Color Harmonies of #6F9B2E
Complementary color
Monochromatic Colors of #6F9B2E
Black with #6F9B2E
Text Example
Text Example
White with #6F9B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9B2E; }
p { color: rgb(111,155,46); }
H1.HeaderClassName
{
color: #6F9B2E;
}
.AnyTagClassName
{
color: #6F9B2E;
}
</style>
background-color css
<style>
a { background-color: #6F9B2E; }
a { background-color: rgb(111,155,46); }
div.DivClassName
{
background-color: #6F9B2E;
}
.BgClassName
{
background-color: #6F9B2E;
}
</style>
border-color css
<style>
span { border-color: #6F9B2E; }
span { border-color: rgb(111,155,46); }
td.TdClassName
{
border-color: #6F9B2E;
}
.TagClassName
{
border-color: #6F9B2E;
}
</style>