Shades of Sushi #6FA03F
Tints of Sushi #6FA03F
RGB
CMYK
RGB Variations
Color information
#6FA03F (or 0x6FA03F) is known color: Sushi. HEX triplet: 6F, A0 and 3F. RGB value is (111,160,63). Sum of RGB (Red+Green+Blue) = 111+160+63=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA03F is #905FC0. Grayscale: #868686. Windows color (decimal): -9461697 or 4169839. OLE color: 4169839.
HSL color Cylindrical-coordinate representation of color #6FA03F: hue angle of 90.31º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FA03F is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 63 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.37 |
| HSL | 90.31º | 0.43% | 0.44% | - |
| HSV(B) | 90.31º | 0.61% | 0.63% | - |
| XYZ | 20.02 | 28.88 | 9.22 | - |
| YUV | 134.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 63 | 0.31 | 0 | 0.61 | 0.37 | 90.31 | 0.43 | 0.44 |
| Hex | 6F | A0 | 3F | 1F | 0 | 3D | 25 | 5A | 2B | 2C |
| Octal | 157 | 240 | 77 | 37 | 0 | 75 | 45 | 132 | 53 | 54 |
| Binary | 1101111 | 10100000 | 111111 | 11111 | 0 | 111101 | 100101 | 1011010 | 101011 | 101100 |
Color Harmonies of #6FA03F
Complementary color
Monochromatic Colors of #6FA03F
Black with #6FA03F
Text Example
Text Example
White with #6FA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA03F; }
p { color: rgb(111,160,63); }
H1.HeaderClassName
{
color: #6FA03F;
}
.AnyTagClassName
{
color: #6FA03F;
}
</style>
background-color css
<style>
a { background-color: #6FA03F; }
a { background-color: rgb(111,160,63); }
div.DivClassName
{
background-color: #6FA03F;
}
.BgClassName
{
background-color: #6FA03F;
}
</style>
border-color css
<style>
span { border-color: #6FA03F; }
span { border-color: rgb(111,160,63); }
td.TdClassName
{
border-color: #6FA03F;
}
.TagClassName
{
border-color: #6FA03F;
}
</style>