#878950

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

Shades of Highball #878950

Tints of Highball #878950

Color information

#878950 (or 0x878950) is unknown color: approx Highball. HEX triplet: 87, 89 and 50. RGB value is (135,137,80). Sum of RGB (Red+Green+Blue) = 135+137+80=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #878950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878950 is #7876AF. Grayscale: #828282. Windows color (decimal): -7894704 or 5278087. OLE color: 5278087.

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

Color convert

RGB13513780-
CMYK0.0100.420.46
HSL62.11º26.27%42.55%-
HSV(B)62.11º41.61%53.73%-
XYZ20.3923.6211.07-
YUV129.999.84131.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=38.35%
G=38.92%
B=22.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135137800.0100.420.4662.1126.2742.55
Hex878950102A2E3e1a2b
Octal207211120105256763253
Binary100001111000100110100001010101010111011111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878950; }

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

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

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

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

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

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

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

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