Shades of Sushi #6FA32D
Tints of Sushi #6FA32D
RGB
CMYK
RGB Variations
Color information
#6FA32D (or 0x6FA32D) is known color: Sushi. HEX triplet: 6F, A3 and 2D. RGB value is (111,163,45). Sum of RGB (Red+Green+Blue) = 111+163+45=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA32D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA32D is #905CD2. Grayscale: #868686. Windows color (decimal): -9460947 or 2990959. OLE color: 2990959.
HSL color Cylindrical-coordinate representation of color #6FA32D: hue angle of 86.44º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FA32D is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 45 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.36 |
| HSL | 86.44º | 0.57% | 0.41% | - |
| HSV(B) | 86.44º | 0.72% | 0.64% | - |
| XYZ | 20.13 | 29.76 | 7.17 | - |
| YUV | 134 | 77.77 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 45 | 0.32 | 0 | 0.72 | 0.36 | 86.44 | 0.57 | 0.41 |
| Hex | 6F | A3 | 2D | 20 | 0 | 48 | 24 | 56 | 39 | 29 |
| Octal | 157 | 243 | 55 | 40 | 0 | 110 | 44 | 126 | 71 | 51 |
| Binary | 1101111 | 10100011 | 101101 | 100000 | 0 | 1001000 | 100100 | 1010110 | 111001 | 101001 |
Color Harmonies of #6FA32D
Complementary color
Monochromatic Colors of #6FA32D
Black with #6FA32D
Text Example
Text Example
White with #6FA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA32D; }
p { color: rgb(111,163,45); }
H1.HeaderClassName
{
color: #6FA32D;
}
.AnyTagClassName
{
color: #6FA32D;
}
</style>
background-color css
<style>
a { background-color: #6FA32D; }
a { background-color: rgb(111,163,45); }
div.DivClassName
{
background-color: #6FA32D;
}
.BgClassName
{
background-color: #6FA32D;
}
</style>
border-color css
<style>
span { border-color: #6FA32D; }
span { border-color: rgb(111,163,45); }
td.TdClassName
{
border-color: #6FA32D;
}
.TagClassName
{
border-color: #6FA32D;
}
</style>