Shades of Sushi #6FA337
Tints of Sushi #6FA337
RGB
CMYK
RGB Variations
Color information
#6FA337 (or 0x6FA337) is known color: Sushi. HEX triplet: 6F, A3 and 37. RGB value is (111,163,55). Sum of RGB (Red+Green+Blue) = 111+163+55=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA337 is #905CC8. Grayscale: #878787. Windows color (decimal): -9460937 or 3646319. OLE color: 3646319.
HSL color Cylindrical-coordinate representation of color #6FA337: hue angle of 88.89º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FA337 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 55 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.36 |
| HSL | 88.89º | 0.5% | 0.43% | - |
| HSV(B) | 88.89º | 0.66% | 0.64% | - |
| XYZ | 20.34 | 29.85 | 8.3 | - |
| YUV | 135.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 55 | 0.32 | 0 | 0.66 | 0.36 | 88.89 | 0.5 | 0.43 |
| Hex | 6F | A3 | 37 | 20 | 0 | 42 | 24 | 59 | 32 | 2B |
| Octal | 157 | 243 | 67 | 40 | 0 | 102 | 44 | 131 | 62 | 53 |
| Binary | 1101111 | 10100011 | 110111 | 100000 | 0 | 1000010 | 100100 | 1011001 | 110010 | 101011 |
Color Harmonies of #6FA337
Complementary color
Monochromatic Colors of #6FA337
Black with #6FA337
Text Example
Text Example
White with #6FA337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA337; }
p { color: rgb(111,163,55); }
H1.HeaderClassName
{
color: #6FA337;
}
.AnyTagClassName
{
color: #6FA337;
}
</style>
background-color css
<style>
a { background-color: #6FA337; }
a { background-color: rgb(111,163,55); }
div.DivClassName
{
background-color: #6FA337;
}
.BgClassName
{
background-color: #6FA337;
}
</style>
border-color css
<style>
span { border-color: #6FA337; }
span { border-color: rgb(111,163,55); }
td.TdClassName
{
border-color: #6FA337;
}
.TagClassName
{
border-color: #6FA337;
}
</style>