Shades of Sushi #6FAC35
Tints of Sushi #6FAC35
RGB
CMYK
RGB Variations
Color information
#6FAC35 (or 0x6FAC35) is known color: Sushi. HEX triplet: 6F, AC and 35. RGB value is (111,172,53). Sum of RGB (Red+Green+Blue) = 111+172+53=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAC35 is #9053CA. Grayscale: #8C8C8C. Windows color (decimal): -9458635 or 3517551. OLE color: 3517551.
HSL color Cylindrical-coordinate representation of color #6FAC35: hue angle of 90.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FAC35 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 53 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.33 |
| HSL | 90.76º | 0.53% | 0.44% | - |
| HSV(B) | 90.76º | 0.69% | 0.67% | - |
| XYZ | 21.95 | 33.14 | 8.61 | - |
| YUV | 140.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 53 | 0.35 | 0 | 0.69 | 0.33 | 90.76 | 0.53 | 0.44 |
| Hex | 6F | AC | 35 | 23 | 0 | 45 | 21 | 5B | 35 | 2C |
| Octal | 157 | 254 | 65 | 43 | 0 | 105 | 41 | 133 | 65 | 54 |
| Binary | 1101111 | 10101100 | 110101 | 100011 | 0 | 1000101 | 100001 | 1011011 | 110101 | 101100 |
Color Harmonies of #6FAC35
Complementary color
Monochromatic Colors of #6FAC35
Black with #6FAC35
Text Example
Text Example
White with #6FAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC35; }
p { color: rgb(111,172,53); }
H1.HeaderClassName
{
color: #6FAC35;
}
.AnyTagClassName
{
color: #6FAC35;
}
</style>
background-color css
<style>
a { background-color: #6FAC35; }
a { background-color: rgb(111,172,53); }
div.DivClassName
{
background-color: #6FAC35;
}
.BgClassName
{
background-color: #6FAC35;
}
</style>
border-color css
<style>
span { border-color: #6FAC35; }
span { border-color: rgb(111,172,53); }
td.TdClassName
{
border-color: #6FAC35;
}
.TagClassName
{
border-color: #6FAC35;
}
</style>