Shades of Sushi #6F9B35
Tints of Sushi #6F9B35
RGB
CMYK
RGB Variations
Color information
#6F9B35 (or 0x6F9B35) is known color: Sushi. HEX triplet: 6F, 9B and 35. RGB value is (111,155,53). Sum of RGB (Red+Green+Blue) = 111+155+53=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9B35 is #9064CA. Grayscale: #828282. Windows color (decimal): -9462987 or 3513199. OLE color: 3513199.
HSL color Cylindrical-coordinate representation of color #6F9B35: hue angle of 85.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F9B35 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 155 | 53 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.39 |
| HSL | 85.88º | 0.49% | 0.41% | - |
| HSV(B) | 85.88º | 0.66% | 0.61% | - |
| XYZ | 18.92 | 27.08 | 7.6 | - |
| YUV | 130.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 53 | 0.28 | 0 | 0.66 | 0.39 | 85.88 | 0.49 | 0.41 |
| Hex | 6F | 9B | 35 | 1C | 0 | 42 | 27 | 56 | 31 | 29 |
| Octal | 157 | 233 | 65 | 34 | 0 | 102 | 47 | 126 | 61 | 51 |
| Binary | 1101111 | 10011011 | 110101 | 11100 | 0 | 1000010 | 100111 | 1010110 | 110001 | 101001 |
Color Harmonies of #6F9B35
Complementary color
Monochromatic Colors of #6F9B35
Black with #6F9B35
Text Example
Text Example
White with #6F9B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9B35; }
p { color: rgb(111,155,53); }
H1.HeaderClassName
{
color: #6F9B35;
}
.AnyTagClassName
{
color: #6F9B35;
}
</style>
background-color css
<style>
a { background-color: #6F9B35; }
a { background-color: rgb(111,155,53); }
div.DivClassName
{
background-color: #6F9B35;
}
.BgClassName
{
background-color: #6F9B35;
}
</style>
border-color css
<style>
span { border-color: #6F9B35; }
span { border-color: rgb(111,155,53); }
td.TdClassName
{
border-color: #6F9B35;
}
.TagClassName
{
border-color: #6F9B35;
}
</style>