Shades of Sushi #6FA332
Tints of Sushi #6FA332
RGB
CMYK
RGB Variations
Color information
#6FA332 (or 0x6FA332) is known color: Sushi. HEX triplet: 6F, A3 and 32. RGB value is (111,163,50). Sum of RGB (Red+Green+Blue) = 111+163+50=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA332 is #905CCD. Grayscale: #868686. Windows color (decimal): -9460942 or 3318639. OLE color: 3318639.
HSL color Cylindrical-coordinate representation of color #6FA332: hue angle of 87.61º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FA332 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 50 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.36 |
| HSL | 87.61º | 0.53% | 0.42% | - |
| HSV(B) | 87.61º | 0.69% | 0.64% | - |
| XYZ | 20.23 | 29.8 | 7.7 | - |
| YUV | 134.57 | 80.27 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 50 | 0.32 | 0 | 0.69 | 0.36 | 87.61 | 0.53 | 0.42 |
| Hex | 6F | A3 | 32 | 20 | 0 | 45 | 24 | 58 | 35 | 2A |
| Octal | 157 | 243 | 62 | 40 | 0 | 105 | 44 | 130 | 65 | 52 |
| Binary | 1101111 | 10100011 | 110010 | 100000 | 0 | 1000101 | 100100 | 1011000 | 110101 | 101010 |
Color Harmonies of #6FA332
Complementary color
Monochromatic Colors of #6FA332
Black with #6FA332
Text Example
Text Example
White with #6FA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA332; }
p { color: rgb(111,163,50); }
H1.HeaderClassName
{
color: #6FA332;
}
.AnyTagClassName
{
color: #6FA332;
}
</style>
background-color css
<style>
a { background-color: #6FA332; }
a { background-color: rgb(111,163,50); }
div.DivClassName
{
background-color: #6FA332;
}
.BgClassName
{
background-color: #6FA332;
}
</style>
border-color css
<style>
span { border-color: #6FA332; }
span { border-color: rgb(111,163,50); }
td.TdClassName
{
border-color: #6FA332;
}
.TagClassName
{
border-color: #6FA332;
}
</style>