Shades of Sushi #6F963F
Tints of Sushi #6F963F
RGB
CMYK
RGB Variations
Color information
#6F963F (or 0x6F963F) is known color: Sushi. HEX triplet: 6F, 96 and 3F. RGB value is (111,150,63). Sum of RGB (Red+Green+Blue) = 111+150+63=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #6F963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F963F is #9069C0. Grayscale: #808080. Windows color (decimal): -9464257 or 4167279. OLE color: 4167279.
HSL color Cylindrical-coordinate representation of color #6F963F: hue angle of 86.9º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F963F is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 63 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.41 |
| HSL | 86.9º | 0.41% | 0.42% | - |
| HSV(B) | 86.9º | 0.58% | 0.59% | - |
| XYZ | 18.36 | 25.55 | 8.67 | - |
| YUV | 128.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 63 | 0.26 | 0 | 0.58 | 0.41 | 86.9 | 0.41 | 0.42 |
| Hex | 6F | 96 | 3F | 1A | 0 | 3A | 29 | 57 | 29 | 2A |
| Octal | 157 | 226 | 77 | 32 | 0 | 72 | 51 | 127 | 51 | 52 |
| Binary | 1101111 | 10010110 | 111111 | 11010 | 0 | 111010 | 101001 | 1010111 | 101001 | 101010 |
Color Harmonies of #6F963F
Complementary color
Monochromatic Colors of #6F963F
Black with #6F963F
Text Example
Text Example
White with #6F963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F963F; }
p { color: rgb(111,150,63); }
H1.HeaderClassName
{
color: #6F963F;
}
.AnyTagClassName
{
color: #6F963F;
}
</style>
background-color css
<style>
a { background-color: #6F963F; }
a { background-color: rgb(111,150,63); }
div.DivClassName
{
background-color: #6F963F;
}
.BgClassName
{
background-color: #6F963F;
}
</style>
border-color css
<style>
span { border-color: #6F963F; }
span { border-color: rgb(111,150,63); }
td.TdClassName
{
border-color: #6F963F;
}
.TagClassName
{
border-color: #6F963F;
}
</style>