Shades of Kokoda #797945
Tints of Kokoda #797945
RGB
CMYK
RGB Variations
Color information
#797945 (or 0x797945) is known color: Kokoda. HEX triplet: 79, 79 and 45. RGB value is (121,121,69). Sum of RGB (Red+Green+Blue) = 121+121+69=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797945 is #8686BA. Grayscale: #737373. Windows color (decimal): -8816315 or 4553081. OLE color: 4553081.
HSL color Cylindrical-coordinate representation of color #797945: hue angle of 60º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #797945 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 121 | 69 | - |
| CMYK | 0 | 0 | 0.43 | 0.53 |
| HSL | 60º | 0.27% | 0.37% | - |
| HSV(B) | 60º | 0.43% | 0.47% | - |
| XYZ | 15.8 | 18.17 | 8.3 | - |
| YUV | 115.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 69 | 0 | 0 | 0.43 | 0.53 | 60 | 0.27 | 0.37 |
| Hex | 79 | 79 | 45 | 0 | 0 | 2B | 35 | 3C | 1B | 25 |
| Octal | 171 | 171 | 105 | 0 | 0 | 53 | 65 | 74 | 33 | 45 |
| Binary | 1111001 | 1111001 | 1000101 | 0 | 0 | 101011 | 110101 | 111100 | 11011 | 100101 |
Color Harmonies of #797945
Complementary color
Monochromatic Colors of #797945
Black with #797945
Text Example
Text Example
White with #797945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797945; }
p { color: rgb(121,121,69); }
H1.HeaderClassName
{
color: #797945;
}
.AnyTagClassName
{
color: #797945;
}
</style>
background-color css
<style>
a { background-color: #797945; }
a { background-color: rgb(121,121,69); }
div.DivClassName
{
background-color: #797945;
}
.BgClassName
{
background-color: #797945;
}
</style>
border-color css
<style>
span { border-color: #797945; }
span { border-color: rgb(121,121,69); }
td.TdClassName
{
border-color: #797945;
}
.TagClassName
{
border-color: #797945;
}
</style>