Shades of Sushi #6FA338
Tints of Sushi #6FA338
RGB
CMYK
RGB Variations
Color information
#6FA338 (or 0x6FA338) is known color: Sushi. HEX triplet: 6F, A3 and 38. RGB value is (111,163,56). Sum of RGB (Red+Green+Blue) = 111+163+56=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA338 is #905CC7. Grayscale: #878787. Windows color (decimal): -9460936 or 3711855. OLE color: 3711855.
HSL color Cylindrical-coordinate representation of color #6FA338: hue angle of 89.16º degrees, saturation: 0.49, 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 #6FA338 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 56 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.36 |
| HSL | 89.16º | 0.49% | 0.43% | - |
| HSV(B) | 89.16º | 0.66% | 0.64% | - |
| XYZ | 20.37 | 29.86 | 8.43 | - |
| YUV | 135.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 56 | 0.32 | 0 | 0.66 | 0.36 | 89.16 | 0.49 | 0.43 |
| Hex | 6F | A3 | 38 | 20 | 0 | 42 | 24 | 59 | 31 | 2B |
| Octal | 157 | 243 | 70 | 40 | 0 | 102 | 44 | 131 | 61 | 53 |
| Binary | 1101111 | 10100011 | 111000 | 100000 | 0 | 1000010 | 100100 | 1011001 | 110001 | 101011 |
Color Harmonies of #6FA338
Complementary color
Monochromatic Colors of #6FA338
Black with #6FA338
Text Example
Text Example
White with #6FA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA338; }
p { color: rgb(111,163,56); }
H1.HeaderClassName
{
color: #6FA338;
}
.AnyTagClassName
{
color: #6FA338;
}
</style>
background-color css
<style>
a { background-color: #6FA338; }
a { background-color: rgb(111,163,56); }
div.DivClassName
{
background-color: #6FA338;
}
.BgClassName
{
background-color: #6FA338;
}
</style>
border-color css
<style>
span { border-color: #6FA338; }
span { border-color: rgb(111,163,56); }
td.TdClassName
{
border-color: #6FA338;
}
.TagClassName
{
border-color: #6FA338;
}
</style>