#818C59

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

Shades of Finch #818C59

Tints of Finch #818C59

Color information

#818C59 (or 0x818C59) is unknown color: approx Finch. HEX triplet: 81, 8C and 59. RGB value is (129,140,89). Sum of RGB (Red+Green+Blue) = 129+140+89=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #818C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C59 is #7E73A6. Grayscale: #838383. Windows color (decimal): -8287143 or 5868673. OLE color: 5868673.

HSL color Cylindrical-coordinate representation of color #818C59: hue angle of 72.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #818C59 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB12914089-
CMYK0.0800.360.45
HSL72.94º22.27%44.9%-
HSV(B)72.94º36.43%54.9%-
XYZ20.2324.1413.05-
YUV130.9104.36126.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 140 (55.08% from 255) = 39.11%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=36.03%
G=39.11%
B=24.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129140890.0800.360.4572.9422.2744.9
Hex818C5980242D49162d
Octal20121413110044551112655
Binary1000000110001100101100110000100100101101100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818C59; }

 p { color: rgb(129,140,89); }

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

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

 a { background-color: rgb(129,140,89); }

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

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

 span { border-color: rgb(129,140,89); }

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