Shades of Sushi #6F9633
Tints of Sushi #6F9633
RGB
CMYK
RGB Variations
Color information
#6F9633 (or 0x6F9633) is known color: Sushi. HEX triplet: 6F, 96 and 33. RGB value is (111,150,51). Sum of RGB (Red+Green+Blue) = 111+150+51=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9633 is #9069CC. Grayscale: #7F7F7F. Windows color (decimal): -9464269 or 3380847. OLE color: 3380847.
HSL color Cylindrical-coordinate representation of color #6F9633: hue angle of 83.64º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F9633 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 51 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.41 |
| HSL | 83.64º | 0.49% | 0.39% | - |
| HSV(B) | 83.64º | 0.66% | 0.59% | - |
| XYZ | 18.06 | 25.43 | 7.09 | - |
| YUV | 127.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 51 | 0.26 | 0 | 0.66 | 0.41 | 83.64 | 0.49 | 0.39 |
| Hex | 6F | 96 | 33 | 1A | 0 | 42 | 29 | 54 | 31 | 27 |
| Octal | 157 | 226 | 63 | 32 | 0 | 102 | 51 | 124 | 61 | 47 |
| Binary | 1101111 | 10010110 | 110011 | 11010 | 0 | 1000010 | 101001 | 1010100 | 110001 | 100111 |
Color Harmonies of #6F9633
Complementary color
Monochromatic Colors of #6F9633
Black with #6F9633
Text Example
Text Example
White with #6F9633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9633; }
p { color: rgb(111,150,51); }
H1.HeaderClassName
{
color: #6F9633;
}
.AnyTagClassName
{
color: #6F9633;
}
</style>
background-color css
<style>
a { background-color: #6F9633; }
a { background-color: rgb(111,150,51); }
div.DivClassName
{
background-color: #6F9633;
}
.BgClassName
{
background-color: #6F9633;
}
</style>
border-color css
<style>
span { border-color: #6F9633; }
span { border-color: rgb(111,150,51); }
td.TdClassName
{
border-color: #6F9633;
}
.TagClassName
{
border-color: #6F9633;
}
</style>