Shades of Kokoda #818149
Tints of Kokoda #818149
RGB
CMYK
RGB Variations
Color information
#818149 (or 0x818149) is known color: Kokoda. HEX triplet: 81, 81 and 49. RGB value is (129,129,73). Sum of RGB (Red+Green+Blue) = 129+129+73=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818149 is #7E7EB6. Grayscale: #7A7A7A. Windows color (decimal): -8289975 or 4817281. OLE color: 4817281.
HSL color Cylindrical-coordinate representation of color #818149: hue angle of 60º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #818149 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 129 | 73 | - |
| CMYK | 0 | 0 | 0.43 | 0.49 |
| HSL | 60º | 0.28% | 0.4% | - |
| HSV(B) | 60º | 0.43% | 0.51% | - |
| XYZ | 18.11 | 20.85 | 9.37 | - |
| YUV | 122.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 73 | 0 | 0 | 0.43 | 0.49 | 60 | 0.28 | 0.4 |
| Hex | 81 | 81 | 49 | 0 | 0 | 2B | 31 | 3C | 1C | 28 |
| Octal | 201 | 201 | 111 | 0 | 0 | 53 | 61 | 74 | 34 | 50 |
| Binary | 10000001 | 10000001 | 1001001 | 0 | 0 | 101011 | 110001 | 111100 | 11100 | 101000 |
Color Harmonies of #818149
Complementary color
Monochromatic Colors of #818149
Black with #818149
Text Example
Text Example
White with #818149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818149; }
p { color: rgb(129,129,73); }
H1.HeaderClassName
{
color: #818149;
}
.AnyTagClassName
{
color: #818149;
}
</style>
background-color css
<style>
a { background-color: #818149; }
a { background-color: rgb(129,129,73); }
div.DivClassName
{
background-color: #818149;
}
.BgClassName
{
background-color: #818149;
}
</style>
border-color css
<style>
span { border-color: #818149; }
span { border-color: rgb(129,129,73); }
td.TdClassName
{
border-color: #818149;
}
.TagClassName
{
border-color: #818149;
}
</style>