#808147

Color #808147 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #808147

Tints of Kokoda #808147

Color information

#808147 (or 0x808147) is unknown color: approx Kokoda. HEX triplet: 80, 81 and 47. RGB value is (128,129,71). Sum of RGB (Red+Green+Blue) = 128+129+71=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #808147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808147 is #7F7EB8. Grayscale: #7A7A7A. Windows color (decimal): -8355513 or 4686208. OLE color: 4686208.

HSL color Cylindrical-coordinate representation of color #808147: hue angle of 61.03º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808147 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12812971-
CMYK0.0100.450.49
HSL61.03º29%39.22%-
HSV(B)61.03º44.96%50.59%-
XYZ17.8920.749.02-
YUV122.0999.17132.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=39.02%
G=39.33%
B=21.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128129710.0100.450.4961.032939.22
Hex808147102D313d1d27
Octal200201107105561753547
Binary100000001000000110001111010110111000111110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808147; }

 p { color: rgb(128,129,71); }

 H1.HeaderClassName
 {
   color: #808147;
 }
 .AnyTagClassName
 {
   color: #808147;
 }
</style>
background-color css

<style>
 a { background-color: #808147; }

 a { background-color: rgb(128,129,71); }

 div.DivClassName
 {
   background-color: #808147;
 }
 .BgClassName
 {
   background-color: #808147;
 }
</style>
border-color css

<style>
 span { border-color: #808147; }

 span { border-color: rgb(128,129,71); }

 td.TdClassName
 {
   border-color: #808147;
 }
 .TagClassName
 {
   border-color: #808147;
 }
</style>