Shades of Sushi #6F9941
Tints of Sushi #6F9941
RGB
CMYK
RGB Variations
Color information
#6F9941 (or 0x6F9941) is known color: Sushi. HEX triplet: 6F, 99 and 41. RGB value is (111,153,65). Sum of RGB (Red+Green+Blue) = 111+153+65=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9941 is #9066BE. Grayscale: #828282. Windows color (decimal): -9463487 or 4299119. OLE color: 4299119.
HSL color Cylindrical-coordinate representation of color #6F9941: hue angle of 88.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F9941 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 65 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.4 |
| HSL | 88.64º | 0.4% | 0.43% | - |
| HSV(B) | 88.64º | 0.58% | 0.6% | - |
| XYZ | 18.9 | 26.54 | 9.13 | - |
| YUV | 130.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 65 | 0.27 | 0 | 0.58 | 0.4 | 88.64 | 0.4 | 0.43 |
| Hex | 6F | 99 | 41 | 1B | 0 | 3A | 28 | 59 | 28 | 2B |
| Octal | 157 | 231 | 101 | 33 | 0 | 72 | 50 | 131 | 50 | 53 |
| Binary | 1101111 | 10011001 | 1000001 | 11011 | 0 | 111010 | 101000 | 1011001 | 101000 | 101011 |
Color Harmonies of #6F9941
Complementary color
Monochromatic Colors of #6F9941
Black with #6F9941
Text Example
Text Example
White with #6F9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9941; }
p { color: rgb(111,153,65); }
H1.HeaderClassName
{
color: #6F9941;
}
.AnyTagClassName
{
color: #6F9941;
}
</style>
background-color css
<style>
a { background-color: #6F9941; }
a { background-color: rgb(111,153,65); }
div.DivClassName
{
background-color: #6F9941;
}
.BgClassName
{
background-color: #6F9941;
}
</style>
border-color css
<style>
span { border-color: #6F9941; }
span { border-color: rgb(111,153,65); }
td.TdClassName
{
border-color: #6F9941;
}
.TagClassName
{
border-color: #6F9941;
}
</style>