Shades of Sushi #6F9A32
Tints of Sushi #6F9A32
RGB
CMYK
RGB Variations
Color information
#6F9A32 (or 0x6F9A32) is known color: Sushi. HEX triplet: 6F, 9A and 32. RGB value is (111,154,50). Sum of RGB (Red+Green+Blue) = 111+154+50=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #6F9A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9A32 is #9065CD. Grayscale: #818181. Windows color (decimal): -9463246 or 3316335. OLE color: 3316335.
HSL color Cylindrical-coordinate representation of color #6F9A32: hue angle of 84.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F9A32 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 154 | 50 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.40 |
| HSL | 84.81º | 0.51% | 0.4% | - |
| HSV(B) | 84.81º | 0.68% | 0.6% | - |
| XYZ | 18.69 | 26.72 | 7.19 | - |
| YUV | 129.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 154 | 50 | 0.28 | 0 | 0.68 | 0.40 | 84.81 | 0.51 | 0.4 |
| Hex | 6F | 9A | 32 | 1C | 0 | 44 | 28 | 55 | 33 | 28 |
| Octal | 157 | 232 | 62 | 34 | 0 | 104 | 50 | 125 | 63 | 50 |
| Binary | 1101111 | 10011010 | 110010 | 11100 | 0 | 1000100 | 101000 | 1010101 | 110011 | 101000 |
Color Harmonies of #6F9A32
Complementary color
Monochromatic Colors of #6F9A32
Black with #6F9A32
Text Example
Text Example
White with #6F9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9A32; }
p { color: rgb(111,154,50); }
H1.HeaderClassName
{
color: #6F9A32;
}
.AnyTagClassName
{
color: #6F9A32;
}
</style>
background-color css
<style>
a { background-color: #6F9A32; }
a { background-color: rgb(111,154,50); }
div.DivClassName
{
background-color: #6F9A32;
}
.BgClassName
{
background-color: #6F9A32;
}
</style>
border-color css
<style>
span { border-color: #6F9A32; }
span { border-color: rgb(111,154,50); }
td.TdClassName
{
border-color: #6F9A32;
}
.TagClassName
{
border-color: #6F9A32;
}
</style>