Shades of Sushi #6F983B
Tints of Sushi #6F983B
RGB
CMYK
RGB Variations
Color information
#6F983B (or 0x6F983B) is known color: Sushi. HEX triplet: 6F, 98 and 3B. RGB value is (111,152,59). Sum of RGB (Red+Green+Blue) = 111+152+59=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #6F983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F983B is #9067C4. Grayscale: #818181. Windows color (decimal): -9463749 or 3905647. OLE color: 3905647.
HSL color Cylindrical-coordinate representation of color #6F983B: hue angle of 86.45º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F983B is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 152 | 59 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.40 |
| HSL | 86.45º | 0.44% | 0.41% | - |
| HSV(B) | 86.45º | 0.61% | 0.6% | - |
| XYZ | 18.57 | 26.15 | 8.21 | - |
| YUV | 129.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 59 | 0.27 | 0 | 0.61 | 0.40 | 86.45 | 0.44 | 0.41 |
| Hex | 6F | 98 | 3B | 1B | 0 | 3D | 28 | 56 | 2C | 29 |
| Octal | 157 | 230 | 73 | 33 | 0 | 75 | 50 | 126 | 54 | 51 |
| Binary | 1101111 | 10011000 | 111011 | 11011 | 0 | 111101 | 101000 | 1010110 | 101100 | 101001 |
Color Harmonies of #6F983B
Complementary color
Monochromatic Colors of #6F983B
Black with #6F983B
Text Example
Text Example
White with #6F983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F983B; }
p { color: rgb(111,152,59); }
H1.HeaderClassName
{
color: #6F983B;
}
.AnyTagClassName
{
color: #6F983B;
}
</style>
background-color css
<style>
a { background-color: #6F983B; }
a { background-color: rgb(111,152,59); }
div.DivClassName
{
background-color: #6F983B;
}
.BgClassName
{
background-color: #6F983B;
}
</style>
border-color css
<style>
span { border-color: #6F983B; }
span { border-color: rgb(111,152,59); }
td.TdClassName
{
border-color: #6F983B;
}
.TagClassName
{
border-color: #6F983B;
}
</style>