Shades of Sushi #6F8E3D
Tints of Sushi #6F8E3D
RGB
CMYK
RGB Variations
Color information
#6F8E3D (or 0x6F8E3D) is known color: Sushi. HEX triplet: 6F, 8E and 3D. RGB value is (111,142,61). Sum of RGB (Red+Green+Blue) = 111+142+61=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8E3D is #9071C2. Grayscale: #7B7B7B. Windows color (decimal): -9466307 or 4034159. OLE color: 4034159.
HSL color Cylindrical-coordinate representation of color #6F8E3D: hue angle of 82.96º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F8E3D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 61 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.44 |
| HSL | 82.96º | 0.4% | 0.4% | - |
| HSV(B) | 82.96º | 0.57% | 0.56% | - |
| XYZ | 17.07 | 23.06 | 7.97 | - |
| YUV | 123.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 61 | 0.22 | 0 | 0.57 | 0.44 | 82.96 | 0.4 | 0.4 |
| Hex | 6F | 8E | 3D | 16 | 0 | 39 | 2C | 53 | 28 | 28 |
| Octal | 157 | 216 | 75 | 26 | 0 | 71 | 54 | 123 | 50 | 50 |
| Binary | 1101111 | 10001110 | 111101 | 10110 | 0 | 111001 | 101100 | 1010011 | 101000 | 101000 |
Color Harmonies of #6F8E3D
Complementary color
Monochromatic Colors of #6F8E3D
Black with #6F8E3D
Text Example
Text Example
White with #6F8E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E3D; }
p { color: rgb(111,142,61); }
H1.HeaderClassName
{
color: #6F8E3D;
}
.AnyTagClassName
{
color: #6F8E3D;
}
</style>
background-color css
<style>
a { background-color: #6F8E3D; }
a { background-color: rgb(111,142,61); }
div.DivClassName
{
background-color: #6F8E3D;
}
.BgClassName
{
background-color: #6F8E3D;
}
</style>
border-color css
<style>
span { border-color: #6F8E3D; }
span { border-color: rgb(111,142,61); }
td.TdClassName
{
border-color: #6F8E3D;
}
.TagClassName
{
border-color: #6F8E3D;
}
</style>