Shades of Sushi #6FA231
Tints of Sushi #6FA231
RGB
CMYK
RGB Variations
Color information
#6FA231 (or 0x6FA231) is known color: Sushi. HEX triplet: 6F, A2 and 31. RGB value is (111,162,49). Sum of RGB (Red+Green+Blue) = 111+162+49=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA231 is #905DCE. Grayscale: #868686. Windows color (decimal): -9461199 or 3252847. OLE color: 3252847.
HSL color Cylindrical-coordinate representation of color #6FA231: hue angle of 87.08º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FA231 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 49 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.36 |
| HSL | 87.08º | 0.54% | 0.41% | - |
| HSV(B) | 87.08º | 0.7% | 0.64% | - |
| XYZ | 20.03 | 29.44 | 7.53 | - |
| YUV | 133.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 49 | 0.31 | 0 | 0.70 | 0.36 | 87.08 | 0.54 | 0.41 |
| Hex | 6F | A2 | 31 | 1F | 0 | 46 | 24 | 57 | 36 | 29 |
| Octal | 157 | 242 | 61 | 37 | 0 | 106 | 44 | 127 | 66 | 51 |
| Binary | 1101111 | 10100010 | 110001 | 11111 | 0 | 1000110 | 100100 | 1010111 | 110110 | 101001 |
Color Harmonies of #6FA231
Complementary color
Monochromatic Colors of #6FA231
Black with #6FA231
Text Example
Text Example
White with #6FA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA231; }
p { color: rgb(111,162,49); }
H1.HeaderClassName
{
color: #6FA231;
}
.AnyTagClassName
{
color: #6FA231;
}
</style>
background-color css
<style>
a { background-color: #6FA231; }
a { background-color: rgb(111,162,49); }
div.DivClassName
{
background-color: #6FA231;
}
.BgClassName
{
background-color: #6FA231;
}
</style>
border-color css
<style>
span { border-color: #6FA231; }
span { border-color: rgb(111,162,49); }
td.TdClassName
{
border-color: #6FA231;
}
.TagClassName
{
border-color: #6FA231;
}
</style>