Shades of Sushi #6FA330
Tints of Sushi #6FA330
RGB
CMYK
RGB Variations
Color information
#6FA330 (or 0x6FA330) is known color: Sushi. HEX triplet: 6F, A3 and 30. RGB value is (111,163,48). Sum of RGB (Red+Green+Blue) = 111+163+48=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA330 is #905CCF. Grayscale: #868686. Windows color (decimal): -9460944 or 3187567. OLE color: 3187567.
HSL color Cylindrical-coordinate representation of color #6FA330: hue angle of 87.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FA330 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 48 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.36 |
| HSL | 87.13º | 0.55% | 0.41% | - |
| HSV(B) | 87.13º | 0.71% | 0.64% | - |
| XYZ | 20.19 | 29.79 | 7.48 | - |
| YUV | 134.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 48 | 0.32 | 0 | 0.71 | 0.36 | 87.13 | 0.55 | 0.41 |
| Hex | 6F | A3 | 30 | 20 | 0 | 47 | 24 | 57 | 37 | 29 |
| Octal | 157 | 243 | 60 | 40 | 0 | 107 | 44 | 127 | 67 | 51 |
| Binary | 1101111 | 10100011 | 110000 | 100000 | 0 | 1000111 | 100100 | 1010111 | 110111 | 101001 |
Color Harmonies of #6FA330
Complementary color
Monochromatic Colors of #6FA330
Black with #6FA330
Text Example
Text Example
White with #6FA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA330; }
p { color: rgb(111,163,48); }
H1.HeaderClassName
{
color: #6FA330;
}
.AnyTagClassName
{
color: #6FA330;
}
</style>
background-color css
<style>
a { background-color: #6FA330; }
a { background-color: rgb(111,163,48); }
div.DivClassName
{
background-color: #6FA330;
}
.BgClassName
{
background-color: #6FA330;
}
</style>
border-color css
<style>
span { border-color: #6FA330; }
span { border-color: rgb(111,163,48); }
td.TdClassName
{
border-color: #6FA330;
}
.TagClassName
{
border-color: #6FA330;
}
</style>