Shades of Sushi #6FA13E
Tints of Sushi #6FA13E
RGB
CMYK
RGB Variations
Color information
#6FA13E (or 0x6FA13E) is known color: Sushi. HEX triplet: 6F, A1 and 3E. RGB value is (111,161,62). Sum of RGB (Red+Green+Blue) = 111+161+62=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA13E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA13E is #905EC1. Grayscale: #878787. Windows color (decimal): -9461442 or 4104559. OLE color: 4104559.
HSL color Cylindrical-coordinate representation of color #6FA13E: hue angle of 90.3º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FA13E is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 62 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.37 |
| HSL | 90.3º | 0.44% | 0.44% | - |
| HSV(B) | 90.3º | 0.61% | 0.63% | - |
| XYZ | 20.17 | 29.22 | 9.13 | - |
| YUV | 134.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 62 | 0.31 | 0 | 0.61 | 0.37 | 90.3 | 0.44 | 0.44 |
| Hex | 6F | A1 | 3E | 1F | 0 | 3D | 25 | 5A | 2C | 2C |
| Octal | 157 | 241 | 76 | 37 | 0 | 75 | 45 | 132 | 54 | 54 |
| Binary | 1101111 | 10100001 | 111110 | 11111 | 0 | 111101 | 100101 | 1011010 | 101100 | 101100 |
Color Harmonies of #6FA13E
Complementary color
Monochromatic Colors of #6FA13E
Black with #6FA13E
Text Example
Text Example
White with #6FA13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA13E; }
p { color: rgb(111,161,62); }
H1.HeaderClassName
{
color: #6FA13E;
}
.AnyTagClassName
{
color: #6FA13E;
}
</style>
background-color css
<style>
a { background-color: #6FA13E; }
a { background-color: rgb(111,161,62); }
div.DivClassName
{
background-color: #6FA13E;
}
.BgClassName
{
background-color: #6FA13E;
}
</style>
border-color css
<style>
span { border-color: #6FA13E; }
span { border-color: rgb(111,161,62); }
td.TdClassName
{
border-color: #6FA13E;
}
.TagClassName
{
border-color: #6FA13E;
}
</style>