Shades of Kokoda #868850
Tints of Kokoda #868850
RGB
CMYK
RGB Variations
Color information
#868850 (or 0x868850) is known color: Kokoda. HEX triplet: 86, 88 and 50. RGB value is (134,136,80). Sum of RGB (Red+Green+Blue) = 134+136+80=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #868850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868850 is #7977AF. Grayscale: #818181. Windows color (decimal): -7960496 or 5277830. OLE color: 5277830.
HSL color Cylindrical-coordinate representation of color #868850: hue angle of 62.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #868850 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 80 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.47 |
| HSL | 62.14º | 0.26% | 0.42% | - |
| HSV(B) | 62.14º | 0.41% | 0.53% | - |
| XYZ | 20.08 | 23.26 | 11.02 | - |
| YUV | 129.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 80 | 0.01 | 0 | 0.41 | 0.47 | 62.14 | 0.26 | 0.42 |
| Hex | 86 | 88 | 50 | 1 | 0 | 29 | 2F | 3E | 1A | 2A |
| Octal | 206 | 210 | 120 | 1 | 0 | 51 | 57 | 76 | 32 | 52 |
| Binary | 10000110 | 10001000 | 1010000 | 1 | 0 | 101001 | 101111 | 111110 | 11010 | 101010 |
Color Harmonies of #868850
Complementary color
Monochromatic Colors of #868850
Black with #868850
Text Example
Text Example
White with #868850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868850; }
p { color: rgb(134,136,80); }
H1.HeaderClassName
{
color: #868850;
}
.AnyTagClassName
{
color: #868850;
}
</style>
background-color css
<style>
a { background-color: #868850; }
a { background-color: rgb(134,136,80); }
div.DivClassName
{
background-color: #868850;
}
.BgClassName
{
background-color: #868850;
}
</style>
border-color css
<style>
span { border-color: #868850; }
span { border-color: rgb(134,136,80); }
td.TdClassName
{
border-color: #868850;
}
.TagClassName
{
border-color: #868850;
}
</style>