Shades of Kokoda #808158
Tints of Kokoda #808158
RGB
CMYK
RGB Variations
Color information
#808158 (or 0x808158) is known color: Kokoda. HEX triplet: 80, 81 and 58. RGB value is (128,129,88). Sum of RGB (Red+Green+Blue) = 128+129+88=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #808158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808158 is #7F7EA7. Grayscale: #7C7C7C. Windows color (decimal): -8355496 or 5800320. OLE color: 5800320.
HSL color Cylindrical-coordinate representation of color #808158: hue angle of 61.46º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808158 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 88 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.49 |
| HSL | 61.46º | 0.19% | 0.43% | - |
| HSV(B) | 61.46º | 0.32% | 0.51% | - |
| XYZ | 18.51 | 20.99 | 12.31 | - |
| YUV | 124.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 88 | 0.01 | 0 | 0.32 | 0.49 | 61.46 | 0.19 | 0.43 |
| Hex | 80 | 81 | 58 | 1 | 0 | 20 | 31 | 3D | 13 | 2B |
| Octal | 200 | 201 | 130 | 1 | 0 | 40 | 61 | 75 | 23 | 53 |
| Binary | 10000000 | 10000001 | 1011000 | 1 | 0 | 100000 | 110001 | 111101 | 10011 | 101011 |
Color Harmonies of #808158
Complementary color
Monochromatic Colors of #808158
Black with #808158
Text Example
Text Example
White with #808158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808158; }
p { color: rgb(128,129,88); }
H1.HeaderClassName
{
color: #808158;
}
.AnyTagClassName
{
color: #808158;
}
</style>
background-color css
<style>
a { background-color: #808158; }
a { background-color: rgb(128,129,88); }
div.DivClassName
{
background-color: #808158;
}
.BgClassName
{
background-color: #808158;
}
</style>
border-color css
<style>
span { border-color: #808158; }
span { border-color: rgb(128,129,88); }
td.TdClassName
{
border-color: #808158;
}
.TagClassName
{
border-color: #808158;
}
</style>