Shades of Sushi #6FA22D
Tints of Sushi #6FA22D
RGB
CMYK
RGB Variations
Color information
#6FA22D (or 0x6FA22D) is known color: Sushi. HEX triplet: 6F, A2 and 2D. RGB value is (111,162,45). Sum of RGB (Red+Green+Blue) = 111+162+45=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA22D is #905DD2. Grayscale: #858585. Windows color (decimal): -9461203 or 2990703. OLE color: 2990703.
HSL color Cylindrical-coordinate representation of color #6FA22D: hue angle of 86.15º 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 #6FA22D is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 45 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.36 |
| HSL | 86.15º | 0.57% | 0.41% | - |
| HSV(B) | 86.15º | 0.72% | 0.64% | - |
| XYZ | 19.95 | 29.41 | 7.11 | - |
| YUV | 133.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 45 | 0.31 | 0 | 0.72 | 0.36 | 86.15 | 0.57 | 0.41 |
| Hex | 6F | A2 | 2D | 1F | 0 | 48 | 24 | 56 | 39 | 29 |
| Octal | 157 | 242 | 55 | 37 | 0 | 110 | 44 | 126 | 71 | 51 |
| Binary | 1101111 | 10100010 | 101101 | 11111 | 0 | 1001000 | 100100 | 1010110 | 111001 | 101001 |
Color Harmonies of #6FA22D
Complementary color
Monochromatic Colors of #6FA22D
Black with #6FA22D
Text Example
Text Example
White with #6FA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA22D; }
p { color: rgb(111,162,45); }
H1.HeaderClassName
{
color: #6FA22D;
}
.AnyTagClassName
{
color: #6FA22D;
}
</style>
background-color css
<style>
a { background-color: #6FA22D; }
a { background-color: rgb(111,162,45); }
div.DivClassName
{
background-color: #6FA22D;
}
.BgClassName
{
background-color: #6FA22D;
}
</style>
border-color css
<style>
span { border-color: #6FA22D; }
span { border-color: rgb(111,162,45); }
td.TdClassName
{
border-color: #6FA22D;
}
.TagClassName
{
border-color: #6FA22D;
}
</style>