Shades of Sushi #6F9939
Tints of Sushi #6F9939
RGB
CMYK
RGB Variations
Color information
#6F9939 (or 0x6F9939) is known color: Sushi. HEX triplet: 6F, 99 and 39. RGB value is (111,153,57). Sum of RGB (Red+Green+Blue) = 111+153+57=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9939 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9939 is #9066C6. Grayscale: #818181. Windows color (decimal): -9463495 or 3774831. OLE color: 3774831.
HSL color Cylindrical-coordinate representation of color #6F9939: hue angle of 86.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F9939 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 57 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.4 |
| HSL | 86.25º | 0.46% | 0.41% | - |
| HSV(B) | 86.25º | 0.63% | 0.6% | - |
| XYZ | 18.69 | 26.46 | 7.99 | - |
| YUV | 129.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 57 | 0.27 | 0 | 0.63 | 0.4 | 86.25 | 0.46 | 0.41 |
| Hex | 6F | 99 | 39 | 1B | 0 | 3F | 28 | 56 | 2E | 29 |
| Octal | 157 | 231 | 71 | 33 | 0 | 77 | 50 | 126 | 56 | 51 |
| Binary | 1101111 | 10011001 | 111001 | 11011 | 0 | 111111 | 101000 | 1010110 | 101110 | 101001 |
Color Harmonies of #6F9939
Complementary color
Monochromatic Colors of #6F9939
Black with #6F9939
Text Example
Text Example
White with #6F9939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9939; }
p { color: rgb(111,153,57); }
H1.HeaderClassName
{
color: #6F9939;
}
.AnyTagClassName
{
color: #6F9939;
}
</style>
background-color css
<style>
a { background-color: #6F9939; }
a { background-color: rgb(111,153,57); }
div.DivClassName
{
background-color: #6F9939;
}
.BgClassName
{
background-color: #6F9939;
}
</style>
border-color css
<style>
span { border-color: #6F9939; }
span { border-color: rgb(111,153,57); }
td.TdClassName
{
border-color: #6F9939;
}
.TagClassName
{
border-color: #6F9939;
}
</style>