Shades of Kokoda #817F46
Tints of Kokoda #817F46
RGB
CMYK
RGB Variations
Color information
#817F46 (or 0x817F46) is known color: Kokoda. HEX triplet: 81, 7F and 46. RGB value is (129,127,70). Sum of RGB (Red+Green+Blue) = 129+127+70=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #817F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817F46 is #7E80B9. Grayscale: #797979. Windows color (decimal): -8290490 or 4620161. OLE color: 4620161.
HSL color Cylindrical-coordinate representation of color #817F46: hue angle of 57.97º 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 #817F46 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 70 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.49 |
| HSL | 57.97º | 0.3% | 0.39% | - |
| HSV(B) | 57.97º | 0.46% | 0.51% | - |
| XYZ | 17.75 | 20.29 | 8.77 | - |
| YUV | 121.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 70 | 0 | 0.02 | 0.46 | 0.49 | 57.97 | 0.3 | 0.39 |
| Hex | 81 | 7F | 46 | 0 | 2 | 2E | 31 | 3A | 1E | 27 |
| Octal | 201 | 177 | 106 | 0 | 2 | 56 | 61 | 72 | 36 | 47 |
| Binary | 10000001 | 1111111 | 1000110 | 0 | 10 | 101110 | 110001 | 111010 | 11110 | 100111 |
Color Harmonies of #817F46
Complementary color
Monochromatic Colors of #817F46
Black with #817F46
Text Example
Text Example
White with #817F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F46; }
p { color: rgb(129,127,70); }
H1.HeaderClassName
{
color: #817F46;
}
.AnyTagClassName
{
color: #817F46;
}
</style>
background-color css
<style>
a { background-color: #817F46; }
a { background-color: rgb(129,127,70); }
div.DivClassName
{
background-color: #817F46;
}
.BgClassName
{
background-color: #817F46;
}
</style>
border-color css
<style>
span { border-color: #817F46; }
span { border-color: rgb(129,127,70); }
td.TdClassName
{
border-color: #817F46;
}
.TagClassName
{
border-color: #817F46;
}
</style>