Shades of Sushi #6FA237
Tints of Sushi #6FA237
RGB
CMYK
RGB Variations
Color information
#6FA237 (or 0x6FA237) is known color: Sushi. HEX triplet: 6F, A2 and 37. RGB value is (111,162,55). Sum of RGB (Red+Green+Blue) = 111+162+55=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA237 is #905DC8. Grayscale: #868686. Windows color (decimal): -9461193 or 3646063. OLE color: 3646063.
HSL color Cylindrical-coordinate representation of color #6FA237: hue angle of 88.6º 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 #6FA237 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 55 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.36 |
| HSL | 88.6º | 0.49% | 0.43% | - |
| HSV(B) | 88.6º | 0.66% | 0.64% | - |
| XYZ | 20.17 | 29.5 | 8.24 | - |
| YUV | 134.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 55 | 0.31 | 0 | 0.66 | 0.36 | 88.6 | 0.49 | 0.43 |
| Hex | 6F | A2 | 37 | 1F | 0 | 42 | 24 | 59 | 31 | 2B |
| Octal | 157 | 242 | 67 | 37 | 0 | 102 | 44 | 131 | 61 | 53 |
| Binary | 1101111 | 10100010 | 110111 | 11111 | 0 | 1000010 | 100100 | 1011001 | 110001 | 101011 |
Color Harmonies of #6FA237
Complementary color
Monochromatic Colors of #6FA237
Black with #6FA237
Text Example
Text Example
White with #6FA237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA237; }
p { color: rgb(111,162,55); }
H1.HeaderClassName
{
color: #6FA237;
}
.AnyTagClassName
{
color: #6FA237;
}
</style>
background-color css
<style>
a { background-color: #6FA237; }
a { background-color: rgb(111,162,55); }
div.DivClassName
{
background-color: #6FA237;
}
.BgClassName
{
background-color: #6FA237;
}
</style>
border-color css
<style>
span { border-color: #6FA237; }
span { border-color: rgb(111,162,55); }
td.TdClassName
{
border-color: #6FA237;
}
.TagClassName
{
border-color: #6FA237;
}
</style>