Shades of Kokoda #858750
Tints of Kokoda #858750
RGB
CMYK
RGB Variations
Color information
#858750 (or 0x858750) is known color: Kokoda. HEX triplet: 85, 87 and 50. RGB value is (133,135,80). Sum of RGB (Red+Green+Blue) = 133+135+80=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #858750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858750 is #7A78AF. Grayscale: #808080. Windows color (decimal): -8026288 or 5277573. OLE color: 5277573.
HSL color Cylindrical-coordinate representation of color #858750: hue angle of 62.18º 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 #858750 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 80 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.47 |
| HSL | 62.18º | 0.26% | 0.42% | - |
| HSV(B) | 62.18º | 0.41% | 0.53% | - |
| XYZ | 19.78 | 22.89 | 10.97 | - |
| YUV | 128.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 80 | 0.01 | 0 | 0.41 | 0.47 | 62.18 | 0.26 | 0.42 |
| Hex | 85 | 87 | 50 | 1 | 0 | 29 | 2F | 3E | 1A | 2A |
| Octal | 205 | 207 | 120 | 1 | 0 | 51 | 57 | 76 | 32 | 52 |
| Binary | 10000101 | 10000111 | 1010000 | 1 | 0 | 101001 | 101111 | 111110 | 11010 | 101010 |
Color Harmonies of #858750
Complementary color
Monochromatic Colors of #858750
Black with #858750
Text Example
Text Example
White with #858750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858750; }
p { color: rgb(133,135,80); }
H1.HeaderClassName
{
color: #858750;
}
.AnyTagClassName
{
color: #858750;
}
</style>
background-color css
<style>
a { background-color: #858750; }
a { background-color: rgb(133,135,80); }
div.DivClassName
{
background-color: #858750;
}
.BgClassName
{
background-color: #858750;
}
</style>
border-color css
<style>
span { border-color: #858750; }
span { border-color: rgb(133,135,80); }
td.TdClassName
{
border-color: #858750;
}
.TagClassName
{
border-color: #858750;
}
</style>