Shades of Sushi #6FA938
Tints of Sushi #6FA938
RGB
CMYK
RGB Variations
Color information
#6FA938 (or 0x6FA938) is known color: Sushi. HEX triplet: 6F, A9 and 38. RGB value is (111,169,56). Sum of RGB (Red+Green+Blue) = 111+169+56=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA938 is #9056C7. Grayscale: #8B8B8B. Windows color (decimal): -9459400 or 3713391. OLE color: 3713391.
HSL color Cylindrical-coordinate representation of color #6FA938: hue angle of 90.8º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FA938 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 56 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.34 |
| HSL | 90.8º | 0.5% | 0.44% | - |
| HSV(B) | 90.8º | 0.67% | 0.66% | - |
| XYZ | 21.46 | 32.04 | 8.79 | - |
| YUV | 138.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 56 | 0.34 | 0 | 0.67 | 0.34 | 90.8 | 0.5 | 0.44 |
| Hex | 6F | A9 | 38 | 22 | 0 | 43 | 22 | 5B | 32 | 2C |
| Octal | 157 | 251 | 70 | 42 | 0 | 103 | 42 | 133 | 62 | 54 |
| Binary | 1101111 | 10101001 | 111000 | 100010 | 0 | 1000011 | 100010 | 1011011 | 110010 | 101100 |
Color Harmonies of #6FA938
Complementary color
Monochromatic Colors of #6FA938
Black with #6FA938
Text Example
Text Example
White with #6FA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA938; }
p { color: rgb(111,169,56); }
H1.HeaderClassName
{
color: #6FA938;
}
.AnyTagClassName
{
color: #6FA938;
}
</style>
background-color css
<style>
a { background-color: #6FA938; }
a { background-color: rgb(111,169,56); }
div.DivClassName
{
background-color: #6FA938;
}
.BgClassName
{
background-color: #6FA938;
}
</style>
border-color css
<style>
span { border-color: #6FA938; }
span { border-color: rgb(111,169,56); }
td.TdClassName
{
border-color: #6FA938;
}
.TagClassName
{
border-color: #6FA938;
}
</style>