Shades of Sushi #6FA333
Tints of Sushi #6FA333
RGB
CMYK
RGB Variations
Color information
#6FA333 (or 0x6FA333) is known color: Sushi. HEX triplet: 6F, A3 and 33. RGB value is (111,163,51). Sum of RGB (Red+Green+Blue) = 111+163+51=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA333 is #905CCC. Grayscale: #878787. Windows color (decimal): -9460941 or 3384175. OLE color: 3384175.
HSL color Cylindrical-coordinate representation of color #6FA333: hue angle of 87.86º degrees, saturation: 0.52, 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 #6FA333 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 51 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.36 |
| HSL | 87.86º | 0.52% | 0.42% | - |
| HSV(B) | 87.86º | 0.69% | 0.64% | - |
| XYZ | 20.25 | 29.81 | 7.82 | - |
| YUV | 134.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 51 | 0.32 | 0 | 0.69 | 0.36 | 87.86 | 0.52 | 0.42 |
| Hex | 6F | A3 | 33 | 20 | 0 | 45 | 24 | 58 | 34 | 2A |
| Octal | 157 | 243 | 63 | 40 | 0 | 105 | 44 | 130 | 64 | 52 |
| Binary | 1101111 | 10100011 | 110011 | 100000 | 0 | 1000101 | 100100 | 1011000 | 110100 | 101010 |
Color Harmonies of #6FA333
Complementary color
Monochromatic Colors of #6FA333
Black with #6FA333
Text Example
Text Example
White with #6FA333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA333; }
p { color: rgb(111,163,51); }
H1.HeaderClassName
{
color: #6FA333;
}
.AnyTagClassName
{
color: #6FA333;
}
</style>
background-color css
<style>
a { background-color: #6FA333; }
a { background-color: rgb(111,163,51); }
div.DivClassName
{
background-color: #6FA333;
}
.BgClassName
{
background-color: #6FA333;
}
</style>
border-color css
<style>
span { border-color: #6FA333; }
span { border-color: rgb(111,163,51); }
td.TdClassName
{
border-color: #6FA333;
}
.TagClassName
{
border-color: #6FA333;
}
</style>