Shades of Sushi #6F9E38
Tints of Sushi #6F9E38
RGB
CMYK
RGB Variations
Color information
#6F9E38 (or 0x6F9E38) is known color: Sushi. HEX triplet: 6F, 9E and 38. RGB value is (111,158,56). Sum of RGB (Red+Green+Blue) = 111+158+56=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #6F9E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9E38 is #9061C7. Grayscale: #848484. Windows color (decimal): -9462216 or 3710575. OLE color: 3710575.
HSL color Cylindrical-coordinate representation of color #6F9E38: hue angle of 87.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F9E38 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 158 | 56 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.38 |
| HSL | 87.65º | 0.48% | 0.42% | - |
| HSV(B) | 87.65º | 0.65% | 0.62% | - |
| XYZ | 19.5 | 28.12 | 8.14 | - |
| YUV | 132.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 56 | 0.30 | 0 | 0.65 | 0.38 | 87.65 | 0.48 | 0.42 |
| Hex | 6F | 9E | 38 | 1E | 0 | 41 | 26 | 58 | 30 | 2A |
| Octal | 157 | 236 | 70 | 36 | 0 | 101 | 46 | 130 | 60 | 52 |
| Binary | 1101111 | 10011110 | 111000 | 11110 | 0 | 1000001 | 100110 | 1011000 | 110000 | 101010 |
Color Harmonies of #6F9E38
Complementary color
Monochromatic Colors of #6F9E38
Black with #6F9E38
Text Example
Text Example
White with #6F9E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9E38; }
p { color: rgb(111,158,56); }
H1.HeaderClassName
{
color: #6F9E38;
}
.AnyTagClassName
{
color: #6F9E38;
}
</style>
background-color css
<style>
a { background-color: #6F9E38; }
a { background-color: rgb(111,158,56); }
div.DivClassName
{
background-color: #6F9E38;
}
.BgClassName
{
background-color: #6F9E38;
}
</style>
border-color css
<style>
span { border-color: #6F9E38; }
span { border-color: rgb(111,158,56); }
td.TdClassName
{
border-color: #6F9E38;
}
.TagClassName
{
border-color: #6F9E38;
}
</style>