Shades of Kokoda #817D46
Tints of Kokoda #817D46
RGB
CMYK
RGB Variations
Color information
#817D46 (or 0x817D46) is known color: Kokoda. HEX triplet: 81, 7D and 46. RGB value is (129,125,70). Sum of RGB (Red+Green+Blue) = 129+125+70=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #817D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817D46 is #7E82B9. Grayscale: #787878. Windows color (decimal): -8291002 or 4619649. OLE color: 4619649.
HSL color Cylindrical-coordinate representation of color #817D46: hue angle of 55.93º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #817D46 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 70 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.49 |
| HSL | 55.93º | 0.3% | 0.39% | - |
| HSV(B) | 55.93º | 0.46% | 0.51% | - |
| XYZ | 17.49 | 19.78 | 8.69 | - |
| YUV | 119.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 70 | 0 | 0.03 | 0.46 | 0.49 | 55.93 | 0.3 | 0.39 |
| Hex | 81 | 7D | 46 | 0 | 3 | 2E | 31 | 38 | 1E | 27 |
| Octal | 201 | 175 | 106 | 0 | 3 | 56 | 61 | 70 | 36 | 47 |
| Binary | 10000001 | 1111101 | 1000110 | 0 | 11 | 101110 | 110001 | 111000 | 11110 | 100111 |
Color Harmonies of #817D46
Complementary color
Monochromatic Colors of #817D46
Black with #817D46
Text Example
Text Example
White with #817D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D46; }
p { color: rgb(129,125,70); }
H1.HeaderClassName
{
color: #817D46;
}
.AnyTagClassName
{
color: #817D46;
}
</style>
background-color css
<style>
a { background-color: #817D46; }
a { background-color: rgb(129,125,70); }
div.DivClassName
{
background-color: #817D46;
}
.BgClassName
{
background-color: #817D46;
}
</style>
border-color css
<style>
span { border-color: #817D46; }
span { border-color: rgb(129,125,70); }
td.TdClassName
{
border-color: #817D46;
}
.TagClassName
{
border-color: #817D46;
}
</style>