Shades of Sushi #869F36
Tints of Sushi #869F36
RGB
CMYK
RGB Variations
Color information
#869F36 (or 0x869F36) is known color: Sushi. HEX triplet: 86, 9F and 36. RGB value is (134,159,54). Sum of RGB (Red+Green+Blue) = 134+159+54=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #869F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869F36 is #7960C9. Grayscale: #8B8B8B. Windows color (decimal): -7954634 or 3579782. OLE color: 3579782.
HSL color Cylindrical-coordinate representation of color #869F36: hue angle of 74.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #869F36 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 54 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.38 |
| HSL | 74.29º | 0.49% | 0.42% | - |
| HSV(B) | 74.29º | 0.66% | 0.62% | - |
| XYZ | 22.9 | 30.13 | 8.1 | - |
| YUV | 139.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 54 | 0.16 | 0 | 0.66 | 0.38 | 74.29 | 0.49 | 0.42 |
| Hex | 86 | 9F | 36 | 10 | 0 | 42 | 26 | 4A | 31 | 2A |
| Octal | 206 | 237 | 66 | 20 | 0 | 102 | 46 | 112 | 61 | 52 |
| Binary | 10000110 | 10011111 | 110110 | 10000 | 0 | 1000010 | 100110 | 1001010 | 110001 | 101010 |
Color Harmonies of #869F36
Complementary color
Monochromatic Colors of #869F36
Black with #869F36
Text Example
Text Example
White with #869F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F36; }
p { color: rgb(134,159,54); }
H1.HeaderClassName
{
color: #869F36;
}
.AnyTagClassName
{
color: #869F36;
}
</style>
background-color css
<style>
a { background-color: #869F36; }
a { background-color: rgb(134,159,54); }
div.DivClassName
{
background-color: #869F36;
}
.BgClassName
{
background-color: #869F36;
}
</style>
border-color css
<style>
span { border-color: #869F36; }
span { border-color: rgb(134,159,54); }
td.TdClassName
{
border-color: #869F36;
}
.TagClassName
{
border-color: #869F36;
}
</style>