Shades of Sushi #6F913B
Tints of Sushi #6F913B
RGB
CMYK
RGB Variations
Color information
#6F913B (or 0x6F913B) is known color: Sushi. HEX triplet: 6F, 91 and 3B. RGB value is (111,145,59). Sum of RGB (Red+Green+Blue) = 111+145+59=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #6F913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F913B is #906EC4. Grayscale: #7D7D7D. Windows color (decimal): -9465541 or 3903855. OLE color: 3903855.
HSL color Cylindrical-coordinate representation of color #6F913B: hue angle of 83.72º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F913B is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 59 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.43 |
| HSL | 83.72º | 0.42% | 0.4% | - |
| HSV(B) | 83.72º | 0.59% | 0.57% | - |
| XYZ | 17.47 | 23.95 | 7.84 | - |
| YUV | 125.03 | 90.74 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 59 | 0.23 | 0 | 0.59 | 0.43 | 83.72 | 0.42 | 0.4 |
| Hex | 6F | 91 | 3B | 17 | 0 | 3B | 2B | 54 | 2A | 28 |
| Octal | 157 | 221 | 73 | 27 | 0 | 73 | 53 | 124 | 52 | 50 |
| Binary | 1101111 | 10010001 | 111011 | 10111 | 0 | 111011 | 101011 | 1010100 | 101010 | 101000 |
Color Harmonies of #6F913B
Complementary color
Monochromatic Colors of #6F913B
Black with #6F913B
Text Example
Text Example
White with #6F913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F913B; }
p { color: rgb(111,145,59); }
H1.HeaderClassName
{
color: #6F913B;
}
.AnyTagClassName
{
color: #6F913B;
}
</style>
background-color css
<style>
a { background-color: #6F913B; }
a { background-color: rgb(111,145,59); }
div.DivClassName
{
background-color: #6F913B;
}
.BgClassName
{
background-color: #6F913B;
}
</style>
border-color css
<style>
span { border-color: #6F913B; }
span { border-color: rgb(111,145,59); }
td.TdClassName
{
border-color: #6F913B;
}
.TagClassName
{
border-color: #6F913B;
}
</style>