Shades of Kokoda #808149
Tints of Kokoda #808149
RGB
CMYK
RGB Variations
Color information
#808149 (or 0x808149) is known color: Kokoda. HEX triplet: 80, 81 and 49. RGB value is (128,129,73). Sum of RGB (Red+Green+Blue) = 128+129+73=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #808149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808149 is #7F7EB6. Grayscale: #7A7A7A. Windows color (decimal): -8355511 or 4817280. OLE color: 4817280.
HSL color Cylindrical-coordinate representation of color #808149: hue angle of 61.07º 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 #808149 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 73 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.49 |
| HSL | 61.07º | 0.28% | 0.4% | - |
| HSV(B) | 61.07º | 0.43% | 0.51% | - |
| XYZ | 17.95 | 20.77 | 9.37 | - |
| YUV | 122.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 73 | 0.01 | 0 | 0.43 | 0.49 | 61.07 | 0.28 | 0.4 |
| Hex | 80 | 81 | 49 | 1 | 0 | 2B | 31 | 3D | 1C | 28 |
| Octal | 200 | 201 | 111 | 1 | 0 | 53 | 61 | 75 | 34 | 50 |
| Binary | 10000000 | 10000001 | 1001001 | 1 | 0 | 101011 | 110001 | 111101 | 11100 | 101000 |
Color Harmonies of #808149
Complementary color
Monochromatic Colors of #808149
Black with #808149
Text Example
Text Example
White with #808149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808149; }
p { color: rgb(128,129,73); }
H1.HeaderClassName
{
color: #808149;
}
.AnyTagClassName
{
color: #808149;
}
</style>
background-color css
<style>
a { background-color: #808149; }
a { background-color: rgb(128,129,73); }
div.DivClassName
{
background-color: #808149;
}
.BgClassName
{
background-color: #808149;
}
</style>
border-color css
<style>
span { border-color: #808149; }
span { border-color: rgb(128,129,73); }
td.TdClassName
{
border-color: #808149;
}
.TagClassName
{
border-color: #808149;
}
</style>