Shades of Kokoda #818257
Tints of Kokoda #818257
RGB
CMYK
RGB Variations
Color information
#818257 (or 0x818257) is known color: Kokoda. HEX triplet: 81, 82 and 57. RGB value is (129,130,87). Sum of RGB (Red+Green+Blue) = 129+130+87=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #818257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818257 is #7E7DA8. Grayscale: #7C7C7C. Windows color (decimal): -8289705 or 5735041. OLE color: 5735041.
HSL color Cylindrical-coordinate representation of color #818257: hue angle of 61.4º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #818257 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 87 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.49 |
| HSL | 61.4º | 0.2% | 0.43% | - |
| HSV(B) | 61.4º | 0.33% | 0.51% | - |
| XYZ | 18.76 | 21.32 | 12.14 | - |
| YUV | 124.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 87 | 0.01 | 0 | 0.33 | 0.49 | 61.4 | 0.2 | 0.43 |
| Hex | 81 | 82 | 57 | 1 | 0 | 21 | 31 | 3D | 14 | 2B |
| Octal | 201 | 202 | 127 | 1 | 0 | 41 | 61 | 75 | 24 | 53 |
| Binary | 10000001 | 10000010 | 1010111 | 1 | 0 | 100001 | 110001 | 111101 | 10100 | 101011 |
Color Harmonies of #818257
Complementary color
Monochromatic Colors of #818257
Black with #818257
Text Example
Text Example
White with #818257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818257; }
p { color: rgb(129,130,87); }
H1.HeaderClassName
{
color: #818257;
}
.AnyTagClassName
{
color: #818257;
}
</style>
background-color css
<style>
a { background-color: #818257; }
a { background-color: rgb(129,130,87); }
div.DivClassName
{
background-color: #818257;
}
.BgClassName
{
background-color: #818257;
}
</style>
border-color css
<style>
span { border-color: #818257; }
span { border-color: rgb(129,130,87); }
td.TdClassName
{
border-color: #818257;
}
.TagClassName
{
border-color: #818257;
}
</style>