Shades of Sushi #6F993F
Tints of Sushi #6F993F
RGB
CMYK
RGB Variations
Color information
#6F993F (or 0x6F993F) is known color: Sushi. HEX triplet: 6F, 99 and 3F. RGB value is (111,153,63). Sum of RGB (Red+Green+Blue) = 111+153+63=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #6F993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F993F is #9066C0. Grayscale: #828282. Windows color (decimal): -9463489 or 4168047. OLE color: 4168047.
HSL color Cylindrical-coordinate representation of color #6F993F: hue angle of 88º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F993F is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 63 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.4 |
| HSL | 88º | 0.42% | 0.42% | - |
| HSV(B) | 88º | 0.59% | 0.6% | - |
| XYZ | 18.84 | 26.52 | 8.83 | - |
| YUV | 130.18 | 90.09 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 63 | 0.27 | 0 | 0.59 | 0.4 | 88 | 0.42 | 0.42 |
| Hex | 6F | 99 | 3F | 1B | 0 | 3B | 28 | 58 | 2A | 2A |
| Octal | 157 | 231 | 77 | 33 | 0 | 73 | 50 | 130 | 52 | 52 |
| Binary | 1101111 | 10011001 | 111111 | 11011 | 0 | 111011 | 101000 | 1011000 | 101010 | 101010 |
Color Harmonies of #6F993F
Complementary color
Monochromatic Colors of #6F993F
Black with #6F993F
Text Example
Text Example
White with #6F993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F993F; }
p { color: rgb(111,153,63); }
H1.HeaderClassName
{
color: #6F993F;
}
.AnyTagClassName
{
color: #6F993F;
}
</style>
background-color css
<style>
a { background-color: #6F993F; }
a { background-color: rgb(111,153,63); }
div.DivClassName
{
background-color: #6F993F;
}
.BgClassName
{
background-color: #6F993F;
}
</style>
border-color css
<style>
span { border-color: #6F993F; }
span { border-color: rgb(111,153,63); }
td.TdClassName
{
border-color: #6F993F;
}
.TagClassName
{
border-color: #6F993F;
}
</style>