Shades of Sushi #6F943D
Tints of Sushi #6F943D
RGB
CMYK
RGB Variations
Color information
#6F943D (or 0x6F943D) is known color: Sushi. HEX triplet: 6F, 94 and 3D. RGB value is (111,148,61). Sum of RGB (Red+Green+Blue) = 111+148+61=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #6F943D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F943D is #906BC2. Grayscale: #7F7F7F. Windows color (decimal): -9464771 or 4035695. OLE color: 4035695.
HSL color Cylindrical-coordinate representation of color #6F943D: hue angle of 85.52º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F943D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 61 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.42 |
| HSL | 85.52º | 0.42% | 0.41% | - |
| HSV(B) | 85.52º | 0.59% | 0.58% | - |
| XYZ | 17.99 | 24.9 | 8.27 | - |
| YUV | 127.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 61 | 0.25 | 0 | 0.59 | 0.42 | 85.52 | 0.42 | 0.41 |
| Hex | 6F | 94 | 3D | 19 | 0 | 3B | 2A | 56 | 2A | 29 |
| Octal | 157 | 224 | 75 | 31 | 0 | 73 | 52 | 126 | 52 | 51 |
| Binary | 1101111 | 10010100 | 111101 | 11001 | 0 | 111011 | 101010 | 1010110 | 101010 | 101001 |
Color Harmonies of #6F943D
Complementary color
Monochromatic Colors of #6F943D
Black with #6F943D
Text Example
Text Example
White with #6F943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F943D; }
p { color: rgb(111,148,61); }
H1.HeaderClassName
{
color: #6F943D;
}
.AnyTagClassName
{
color: #6F943D;
}
</style>
background-color css
<style>
a { background-color: #6F943D; }
a { background-color: rgb(111,148,61); }
div.DivClassName
{
background-color: #6F943D;
}
.BgClassName
{
background-color: #6F943D;
}
</style>
border-color css
<style>
span { border-color: #6F943D; }
span { border-color: rgb(111,148,61); }
td.TdClassName
{
border-color: #6F943D;
}
.TagClassName
{
border-color: #6F943D;
}
</style>