Shades of Sushi #6FA239
Tints of Sushi #6FA239
RGB
CMYK
RGB Variations
Color information
#6FA239 (or 0x6FA239) is known color: Sushi. HEX triplet: 6F, A2 and 39. RGB value is (111,162,57). Sum of RGB (Red+Green+Blue) = 111+162+57=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA239 is #905DC6. Grayscale: #878787. Windows color (decimal): -9461191 or 3777135. OLE color: 3777135.
HSL color Cylindrical-coordinate representation of color #6FA239: hue angle of 89.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FA239 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 57 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.36 |
| HSL | 89.14º | 0.48% | 0.43% | - |
| HSV(B) | 89.14º | 0.65% | 0.64% | - |
| XYZ | 20.21 | 29.52 | 8.5 | - |
| YUV | 134.78 | 84.1 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 57 | 0.31 | 0 | 0.65 | 0.36 | 89.14 | 0.48 | 0.43 |
| Hex | 6F | A2 | 39 | 1F | 0 | 41 | 24 | 59 | 30 | 2B |
| Octal | 157 | 242 | 71 | 37 | 0 | 101 | 44 | 131 | 60 | 53 |
| Binary | 1101111 | 10100010 | 111001 | 11111 | 0 | 1000001 | 100100 | 1011001 | 110000 | 101011 |
Color Harmonies of #6FA239
Complementary color
Monochromatic Colors of #6FA239
Black with #6FA239
Text Example
Text Example
White with #6FA239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA239; }
p { color: rgb(111,162,57); }
H1.HeaderClassName
{
color: #6FA239;
}
.AnyTagClassName
{
color: #6FA239;
}
</style>
background-color css
<style>
a { background-color: #6FA239; }
a { background-color: rgb(111,162,57); }
div.DivClassName
{
background-color: #6FA239;
}
.BgClassName
{
background-color: #6FA239;
}
</style>
border-color css
<style>
span { border-color: #6FA239; }
span { border-color: rgb(111,162,57); }
td.TdClassName
{
border-color: #6FA239;
}
.TagClassName
{
border-color: #6FA239;
}
</style>