Shades of Sushi #6F943C
Tints of Sushi #6F943C
RGB
CMYK
RGB Variations
Color information
#6F943C (or 0x6F943C) is known color: Sushi. HEX triplet: 6F, 94 and 3C. RGB value is (111,148,60). Sum of RGB (Red+Green+Blue) = 111+148+60=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #6F943C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F943C is #906BC3. Grayscale: #7F7F7F. Windows color (decimal): -9464772 or 3970159. OLE color: 3970159.
HSL color Cylindrical-coordinate representation of color #6F943C: hue angle of 85.23º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F943C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 60 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.42 |
| HSL | 85.23º | 0.42% | 0.41% | - |
| HSV(B) | 85.23º | 0.59% | 0.58% | - |
| XYZ | 17.96 | 24.89 | 8.13 | - |
| YUV | 126.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 60 | 0.25 | 0 | 0.59 | 0.42 | 85.23 | 0.42 | 0.41 |
| Hex | 6F | 94 | 3C | 19 | 0 | 3B | 2A | 55 | 2A | 29 |
| Octal | 157 | 224 | 74 | 31 | 0 | 73 | 52 | 125 | 52 | 51 |
| Binary | 1101111 | 10010100 | 111100 | 11001 | 0 | 111011 | 101010 | 1010101 | 101010 | 101001 |
Color Harmonies of #6F943C
Complementary color
Monochromatic Colors of #6F943C
Black with #6F943C
Text Example
Text Example
White with #6F943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F943C; }
p { color: rgb(111,148,60); }
H1.HeaderClassName
{
color: #6F943C;
}
.AnyTagClassName
{
color: #6F943C;
}
</style>
background-color css
<style>
a { background-color: #6F943C; }
a { background-color: rgb(111,148,60); }
div.DivClassName
{
background-color: #6F943C;
}
.BgClassName
{
background-color: #6F943C;
}
</style>
border-color css
<style>
span { border-color: #6F943C; }
span { border-color: rgb(111,148,60); }
td.TdClassName
{
border-color: #6F943C;
}
.TagClassName
{
border-color: #6F943C;
}
</style>