#878850

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

Shades of Kokoda #878850

Tints of Kokoda #878850

Color information

#878850 (or 0x878850) is unknown color: approx Kokoda. HEX triplet: 87, 88 and 50. RGB value is (135,136,80). Sum of RGB (Red+Green+Blue) = 135+136+80=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #878850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878850 is #7877AF. Grayscale: #818181. Windows color (decimal): -7894960 or 5277831. OLE color: 5277831.

HSL color Cylindrical-coordinate representation of color #878850: hue angle of 61.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878850 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13513680-
CMYK0.0100.410.47
HSL61.07º25.93%42.35%-
HSV(B)61.07º41.18%53.33%-
XYZ20.2423.3411.03-
YUV129.32100.17132.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=38.46%
G=38.75%
B=22.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135136800.0100.410.4761.0725.9342.35
Hex87885010292F3d1a2a
Octal207210120105157753252
Binary100001111000100010100001010100110111111110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878850; }

 p { color: rgb(135,136,80); }

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

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

 a { background-color: rgb(135,136,80); }

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

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

 span { border-color: rgb(135,136,80); }

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