#818850

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

Shades of Finch #818850

Tints of Finch #818850

Color information

#818850 (or 0x818850) is unknown color: approx Finch. HEX triplet: 81, 88 and 50. RGB value is (129,136,80). Sum of RGB (Red+Green+Blue) = 129+136+80=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #818850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818850 is #7E77AF. Grayscale: #7F7F7F. Windows color (decimal): -8288176 or 5277825. OLE color: 5277825.

HSL color Cylindrical-coordinate representation of color #818850: hue angle of 67.5º 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 #818850 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB12913680-
CMYK0.0500.410.47
HSL67.5º25.93%42.35%-
HSV(B)67.5º41.18%53.33%-
XYZ19.3122.8510.98-
YUV127.52101.18129.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=37.39%
G=39.42%
B=23.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129136800.0500.410.4767.525.9342.35
Hex81885050292F441a2a
Octal2012101205051571043252
Binary100000011000100010100001010101001101111100010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818850; }

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

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

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

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

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

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

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

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