Shades of Kokoda #818256
Tints of Kokoda #818256
RGB
CMYK
RGB Variations
Color information
#818256 (or 0x818256) is known color: Kokoda. HEX triplet: 81, 82 and 56. RGB value is (129,130,86). Sum of RGB (Red+Green+Blue) = 129+130+86=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #818256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818256 is #7E7DA9. Grayscale: #7C7C7C. Windows color (decimal): -8289706 or 5669505. OLE color: 5669505.
HSL color Cylindrical-coordinate representation of color #818256: hue angle of 61.36º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #818256 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 86 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.49 |
| HSL | 61.36º | 0.2% | 0.42% | - |
| HSV(B) | 61.36º | 0.34% | 0.51% | - |
| XYZ | 18.72 | 21.3 | 11.93 | - |
| YUV | 124.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 86 | 0.01 | 0 | 0.34 | 0.49 | 61.36 | 0.2 | 0.42 |
| Hex | 81 | 82 | 56 | 1 | 0 | 22 | 31 | 3D | 14 | 2A |
| Octal | 201 | 202 | 126 | 1 | 0 | 42 | 61 | 75 | 24 | 52 |
| Binary | 10000001 | 10000010 | 1010110 | 1 | 0 | 100010 | 110001 | 111101 | 10100 | 101010 |
Color Harmonies of #818256
Complementary color
Monochromatic Colors of #818256
Black with #818256
Text Example
Text Example
White with #818256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818256; }
p { color: rgb(129,130,86); }
H1.HeaderClassName
{
color: #818256;
}
.AnyTagClassName
{
color: #818256;
}
</style>
background-color css
<style>
a { background-color: #818256; }
a { background-color: rgb(129,130,86); }
div.DivClassName
{
background-color: #818256;
}
.BgClassName
{
background-color: #818256;
}
</style>
border-color css
<style>
span { border-color: #818256; }
span { border-color: rgb(129,130,86); }
td.TdClassName
{
border-color: #818256;
}
.TagClassName
{
border-color: #818256;
}
</style>