Shades of Sushi #6FA63A
Tints of Sushi #6FA63A
RGB
CMYK
RGB Variations
Color information
#6FA63A (or 0x6FA63A) is known color: Sushi. HEX triplet: 6F, A6 and 3A. RGB value is (111,166,58). Sum of RGB (Red+Green+Blue) = 111+166+58=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA63A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA63A is #9059C5. Grayscale: #898989. Windows color (decimal): -9460166 or 3843695. OLE color: 3843695.
HSL color Cylindrical-coordinate representation of color #6FA63A: hue angle of 90.56º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FA63A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 166 | 58 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.35 |
| HSL | 90.56º | 0.48% | 0.44% | - |
| HSV(B) | 90.56º | 0.65% | 0.65% | - |
| XYZ | 20.96 | 30.96 | 8.87 | - |
| YUV | 137.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 58 | 0.33 | 0 | 0.65 | 0.35 | 90.56 | 0.48 | 0.44 |
| Hex | 6F | A6 | 3A | 21 | 0 | 41 | 23 | 5B | 30 | 2C |
| Octal | 157 | 246 | 72 | 41 | 0 | 101 | 43 | 133 | 60 | 54 |
| Binary | 1101111 | 10100110 | 111010 | 100001 | 0 | 1000001 | 100011 | 1011011 | 110000 | 101100 |
Color Harmonies of #6FA63A
Complementary color
Monochromatic Colors of #6FA63A
Black with #6FA63A
Text Example
Text Example
White with #6FA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA63A; }
p { color: rgb(111,166,58); }
H1.HeaderClassName
{
color: #6FA63A;
}
.AnyTagClassName
{
color: #6FA63A;
}
</style>
background-color css
<style>
a { background-color: #6FA63A; }
a { background-color: rgb(111,166,58); }
div.DivClassName
{
background-color: #6FA63A;
}
.BgClassName
{
background-color: #6FA63A;
}
</style>
border-color css
<style>
span { border-color: #6FA63A; }
span { border-color: rgb(111,166,58); }
td.TdClassName
{
border-color: #6FA63A;
}
.TagClassName
{
border-color: #6FA63A;
}
</style>