Shades of Sushi #6F9933
Tints of Sushi #6F9933
RGB
CMYK
RGB Variations
Color information
#6F9933 (or 0x6F9933) is known color: Sushi. HEX triplet: 6F, 99 and 33. RGB value is (111,153,51). Sum of RGB (Red+Green+Blue) = 111+153+51=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9933 is #9066CC. Grayscale: #818181. Windows color (decimal): -9463501 or 3381615. OLE color: 3381615.
HSL color Cylindrical-coordinate representation of color #6F9933: hue angle of 84.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F9933 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 51 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.4 |
| HSL | 84.71º | 0.5% | 0.4% | - |
| HSV(B) | 84.71º | 0.67% | 0.6% | - |
| XYZ | 18.54 | 26.4 | 7.25 | - |
| YUV | 128.81 | 84.09 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 51 | 0.27 | 0 | 0.67 | 0.4 | 84.71 | 0.5 | 0.4 |
| Hex | 6F | 99 | 33 | 1B | 0 | 43 | 28 | 55 | 32 | 28 |
| Octal | 157 | 231 | 63 | 33 | 0 | 103 | 50 | 125 | 62 | 50 |
| Binary | 1101111 | 10011001 | 110011 | 11011 | 0 | 1000011 | 101000 | 1010101 | 110010 | 101000 |
Color Harmonies of #6F9933
Complementary color
Monochromatic Colors of #6F9933
Black with #6F9933
Text Example
Text Example
White with #6F9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9933; }
p { color: rgb(111,153,51); }
H1.HeaderClassName
{
color: #6F9933;
}
.AnyTagClassName
{
color: #6F9933;
}
</style>
background-color css
<style>
a { background-color: #6F9933; }
a { background-color: rgb(111,153,51); }
div.DivClassName
{
background-color: #6F9933;
}
.BgClassName
{
background-color: #6F9933;
}
</style>
border-color css
<style>
span { border-color: #6F9933; }
span { border-color: rgb(111,153,51); }
td.TdClassName
{
border-color: #6F9933;
}
.TagClassName
{
border-color: #6F9933;
}
</style>