Shades of Sushi #6FA331
Tints of Sushi #6FA331
RGB
CMYK
RGB Variations
Color information
#6FA331 (or 0x6FA331) is known color: Sushi. HEX triplet: 6F, A3 and 31. RGB value is (111,163,49). Sum of RGB (Red+Green+Blue) = 111+163+49=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA331 is #905CCE. Grayscale: #868686. Windows color (decimal): -9460943 or 3253103. OLE color: 3253103.
HSL color Cylindrical-coordinate representation of color #6FA331: hue angle of 87.37º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FA331 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 49 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.36 |
| HSL | 87.37º | 0.54% | 0.42% | - |
| HSV(B) | 87.37º | 0.7% | 0.64% | - |
| XYZ | 20.21 | 29.8 | 7.59 | - |
| YUV | 134.46 | 79.77 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 49 | 0.32 | 0 | 0.70 | 0.36 | 87.37 | 0.54 | 0.42 |
| Hex | 6F | A3 | 31 | 20 | 0 | 46 | 24 | 57 | 36 | 2A |
| Octal | 157 | 243 | 61 | 40 | 0 | 106 | 44 | 127 | 66 | 52 |
| Binary | 1101111 | 10100011 | 110001 | 100000 | 0 | 1000110 | 100100 | 1010111 | 110110 | 101010 |
Color Harmonies of #6FA331
Complementary color
Monochromatic Colors of #6FA331
Black with #6FA331
Text Example
Text Example
White with #6FA331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA331; }
p { color: rgb(111,163,49); }
H1.HeaderClassName
{
color: #6FA331;
}
.AnyTagClassName
{
color: #6FA331;
}
</style>
background-color css
<style>
a { background-color: #6FA331; }
a { background-color: rgb(111,163,49); }
div.DivClassName
{
background-color: #6FA331;
}
.BgClassName
{
background-color: #6FA331;
}
</style>
border-color css
<style>
span { border-color: #6FA331; }
span { border-color: rgb(111,163,49); }
td.TdClassName
{
border-color: #6FA331;
}
.TagClassName
{
border-color: #6FA331;
}
</style>